-
Notifications
You must be signed in to change notification settings - Fork 723
Description
Page URL
https://dart.dev/tools/pub/create-packages/
Page source
https://github.com/dart-lang/site-www/tree/main/src/content/tools/pub/create-packages.md
Describe the problem
Currently this page and especially CLI reference for dart create does not provide -t
flag explanation: judging the context -t
should stand for "-type
" as in the following command example:
dart create -t package my_package_name
Let's agree, at minimum the flag -t
should be documented on Dart SDK's CLI reference page without excuses, rather than leaving it for Dart beginner developers to figure out themselves: every self-respecting dev would say, this thread (like many others) could be avoided from being issued, if the docs were a bit more explicit than it currently is...
Expected fix
Please be explicit in your documentation, thank you !
Additional context
I wish a legendary Steve Ballmer's "Developer Developers Developers" words were temporarily switched for "Documentation Documentation Documentation"...
I would like to fix this problem.
- I will try and fix this problem on dart.dev.