-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Description
I just tried den
and found it weird that den
without arguments produces this output:
(master) $ den
den.dart: error: Must specify a sub-command.
Description:
A pubspec authoring tool
Usage:
den.dart [options] <command> [<args>]
Options:
-h, --help Print this usage information.
Commands:
install Add or modify dependencies
uninstall Remove dependencies
fetch Show any outdated dependencies
pull Update any outdated dependencies
completion Tab completion for this command.
See 'den.dart help [command]' for more information about a command.
/home/myuser/.pub-cache/bin/den: 12: /home/myuser/.pub-cache/bin/den: [[: not found
den.dart: error: Must specify a sub-command.
Description:
A pubspec authoring tool
Usage:
den.dart [options] <command> [<args>]
Options:
-h, --help Print this usage information.
Commands:
install Add or modify dependencies
uninstall Remove dependencies
fetch Show any outdated dependencies
pull Update any outdated dependencies
completion Tab completion for this command.
See 'den.dart help [command]' for more information about a command.
The first half is nicely colorized the second (starting from Description
) monochrome.
Metadata
Metadata
Assignees
Labels
No labels