1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 22:11:15 +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:
Eelco Dolstra 2025-04-10 18:40:27 +02:00
parent 3f3cc6f438
commit 6cd2b4e169
6 changed files with 75 additions and 73 deletions

View file

@ -281,7 +281,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',