args
args copied to clipboard
Incorrect message in `dart_site --help`
After the list of commands, it says:
Run "dart_site help <command>" for more information about a command.
But it should be:
Run "dart run dart_site help <command>" for more information about a command.
I can't find where that help message is in this repo though 🙃