1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 12:41:15 +02:00

format as required

(cherry picked from commit 9b47b2b217)
This commit is contained in:
Graham Christensen 2025-04-07 17:24:41 -04:00 committed by Mergify
parent 16a2cddfb9
commit cd7e01526e

View file

@ -239,10 +239,10 @@ MixProfile::MixProfile()
{ {
addFlag({ addFlag({
.longName = "profile", .longName = "profile",
.description = "The profile to operate on.", .description = "The profile to operate on.",
.labels = {"path"}, .labels = {"path"},
.handler = {&profile}, .handler = {&profile},
.completer = completePath, .completer = completePath,
}); });
} }