mirror of
https://github.com/NixOS/nix
synced 2025-07-10 04:43:53 +02:00
Move alias support from NixArgs to MultiCommand
This allows subcommands to declare aliases, e.g. `nix store ping` is now a proper alias of `nix store info`.
This commit is contained in:
parent
8443f01536
commit
666aa20da8
6 changed files with 75 additions and 73 deletions
|
@ -283,7 +283,6 @@ nix3_manpages = [
|
|||
'nix3-store',
|
||||
'nix3-store-optimise',
|
||||
'nix3-store-path-from-hash-part',
|
||||
'nix3-store-ping',
|
||||
'nix3-store-prefetch-file',
|
||||
'nix3-store-repair',
|
||||
'nix3-store-sign',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue