From 08f4dafd502d2dfd8140d69a325f09606293e3ae Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Thu, 5 Mar 2026 23:11:12 +0800 Subject: etc: Update fish completion. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * etc/completion/fish/guix.fish (guix_graph_backends, guix_image_types) (guix_importers, guix_refresh_updaters, guix_style_stylings) (guix_importer nuget): Update. (guix_commands_with_build_options): Add missing ‘shell’. Change-Id: I0f63acce7ef64eb430a1ba7d653846b09429fae3 Merges: #7300 --- etc/completion/fish/guix.fish | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'etc') diff --git a/etc/completion/fish/guix.fish b/etc/completion/fish/guix.fish index fdb4f4fe49a..1977e72b456 100644 --- a/etc/completion/fish/guix.fish +++ b/etc/completion/fish/guix.fish @@ -204,7 +204,8 @@ set -l guix_graph_backends \ graphviz \ d3js \ cypher \ - graphml + graphml \ + cyclonedx-json set -l guix_graph_types \ package \ reverse-package \ @@ -217,6 +218,8 @@ set -l guix_graph_types \ referrers \ module set -l guix_image_types \ + a20-olinuxino-lime2-raw \ + am335x-evm-raw \ docker \ efi-raw \ efi32-raw \ @@ -232,7 +235,9 @@ set -l guix_image_types \ pine64-raw \ pinebook-pro-raw \ qcow2 \ + qcow2-gpt \ raw-with-offset \ + rock-4c-plus-raw \ rock64-raw \ tarball \ uncompressed-iso9660 \ @@ -254,6 +259,7 @@ set -l guix_importers \ hexpm \ json \ luanti \ + minetest \ npm-binary \ nuget \ opam \ @@ -301,6 +307,7 @@ set -l guix_processes_formats \ recutils \ normalized set -l guix_refresh_updaters \ + apache \ bioconductor \ composer \ cpan \ @@ -334,7 +341,8 @@ set -l guix_repl_types \ set -l guix_style_stylings \ format \ inputs \ - arguments + arguments \ + git-source set -l guix_commands \ deploy \ describe \ @@ -486,6 +494,7 @@ set -l guix_commands_with_build_options \ pack \ package \ pull \ + shell \ system \ time-machine \ upgrade @@ -792,7 +801,6 @@ complete -f -c guix -n "__fish_seen_subcommand_from $guix_command; and __fish_se set -l guix_importer nuget complete -x -c guix -n "__fish_seen_subcommand_from $guix_command; and __fish_seen_subcommand_from $guix_importer" -s a -l archive= -d "specify the archive repository" complete -f -c guix -n "__fish_seen_subcommand_from $guix_command; and __fish_seen_subcommand_from $guix_importer" -s r -l recursive -d "import packages recursively" -complete -x -c guix -n "__fish_seen_subcommand_from $guix_command; and __fish_seen_subcommand_from $guix_importer" -s s -l style= -d "choose output style" -a "specification variable" complete -x -c guix -n "__fish_seen_subcommand_from $guix_command; and __fish_seen_subcommand_from $guix_importer" -s p -l license-prefix= -d "add custom prefix to licenses" -- cgit v1.3