We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73b66cd commit 605cafbCopy full SHA for 605cafb
lib/src/command/global_activate.dart
@@ -24,10 +24,10 @@ class GlobalActivateCommand extends PubCommand {
24
defaultsTo: "hosted");
25
26
argParser.addMultiOption("features",
27
- abbr: "f", help: "Feature(s) to enable.");
+ abbr: "f", help: "Feature(s) to enable.", hide: true);
28
29
argParser.addMultiOption("omit-features",
30
- abbr: "F", help: "Feature(s) to disable.");
+ abbr: "F", help: "Feature(s) to disable.", hide: true);
31
32
argParser.addFlag("no-executables",
33
negatable: false, help: "Do not put executables on PATH.");
0 commit comments