You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am very new to crystal and have been playing around with the tools.
Almost all the crystal commands have a --help option to help the user to understand its purpose better. But the crystal docs command does not seem to have one.
I think it would be better to have some help for it like below.
$ crystal docs
Usage: crystal docs [Options] [file]
Options:
-h, --help Show this message
In this way, it would be easy for adding new options and documenting them in future. (Right now crystal docs has no options, I suppose)
The text was updated successfully, but these errors were encountered:
I am very new to crystal and have been playing around with the tools.
Almost all the crystal commands have a
--help
option to help the user to understand its purpose better. But thecrystal docs
command does not seem to have one.I think it would be better to have some help for it like below.
In this way, it would be easy for adding new options and documenting them in future. (Right now
crystal docs
has no options, I suppose)The text was updated successfully, but these errors were encountered: