sdk
sdk copied to clipboard
`dart help format -v` doesn't show the line length option
dart help format -v doesn't show the line length option -l.
I think that's because the -l isn't an option for dart format, is that wrong?
dart_style's bin/format.dart --help does show the option, so I've moved this issue to the SDK, which controls dart help.
dart format --help doesn't list it either (regardless of -v), although I presume dart help format is an alias to that (or vice versa).
Why is dart help responsible for providing help for individual commands? Can dart help format/dart format --help not call or leverage dart_style's bin/format.dart --help?