Skip to content

Commit 605cafb

Browse files
authored
"features" is not a completely implemented or documented – hide flags (#2045)
in global activate
1 parent 73b66cd commit 605cafb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/src/command/global_activate.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ class GlobalActivateCommand extends PubCommand {
2424
defaultsTo: "hosted");
2525

2626
argParser.addMultiOption("features",
27-
abbr: "f", help: "Feature(s) to enable.");
27+
abbr: "f", help: "Feature(s) to enable.", hide: true);
2828

2929
argParser.addMultiOption("omit-features",
30-
abbr: "F", help: "Feature(s) to disable.");
30+
abbr: "F", help: "Feature(s) to disable.", hide: true);
3131

3232
argParser.addFlag("no-executables",
3333
negatable: false, help: "Do not put executables on PATH.");

0 commit comments

Comments
 (0)