1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00

Add -P shortName for --print-out-paths

This commit is contained in:
Jonathan Ringer 2024-03-19 17:29:05 -07:00
parent 7c506432ab
commit eab6ce453d

View file

@ -90,6 +90,7 @@ struct CmdBuild : InstallablesCommand, MixDryRun, MixJSON, MixProfile
addFlag({
.longName = "print-out-paths",
.shortName = 'P',
.description = "Print the resulting output paths",
.handler = {&printOutputPaths, true},
});