We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c361121 commit d9f48b9Copy full SHA for d9f48b9
_nix
@@ -57,6 +57,9 @@ for option_description in $common_options_descriptions; do
57
done
58
59
60
+# The --store option is undocumented for some reason
61
+common_options+=("--store[Select a nix store]:Store:->STORE-URI")
62
+
63
local -a main_commands
64
# Extract the commands with descriptions
65
# like ('command:some description' 'run:run some stuff'):
0 commit comments