diff options
| author | Hilton Chain <hako@ultrarare.space> | 2026-03-05 23:11:12 +0800 |
|---|---|---|
| committer | Hilton Chain <hako@ultrarare.space> | 2026-03-27 18:30:26 +0800 |
| commit | 08f4dafd502d2dfd8140d69a325f09606293e3ae (patch) | |
| tree | f60ba0d73e2c356a0e91937a013a7081a110aa78 /etc | |
| parent | 379fda37bd313a6415cf281eb722d6a91de530e0 (diff) | |
etc: Update fish completion.
* 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
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/completion/fish/guix.fish | 14 |
1 files changed, 11 insertions, 3 deletions
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" |
