1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 02:21:16 +02:00

Rename nix show-config to nix config show

Part of #7672
This commit is contained in:
Théophane Hufschmitt 2023-11-27 19:41:30 +01:00
parent f0180487a0
commit f300e11b05
6 changed files with 45 additions and 15 deletions

View file

@ -0,0 +1,8 @@
synopsis: `nix config show`
issues: #7672
prs: #9477
description: {
`nix show-config` was renamed to `nix config show` to be more consistent with the rest of the command-line interface.
}