Open idgserpro opened 6 years ago
@idgserpro Are you suggesting something like this?
plonecli create -h
Usage: plonecli create [OPTIONS] TEMPLATE_NAME PACKAGE_NAME
Create a new Plone package
TEMPLATE_NAME -
- addon
- theme_package
- buildout
Options:
-h, --help Show this message and exit.
Or something in the lines of:
plonecli create -h
Usage: plonecli create [OPTIONS] TEMPLATE_NAME PACKAGE_NAME
Create a new Plone package. Run "plonecli -l" to see available template names.
So your TEMPLATE_NAME
would always be up to date.
I think plonecli add
could have the same treatment.
Hi @idgserpro I would like to work on this issue.
Hi @mzfr. We're not maintainers of this project, I think you can keep asking for advice on the PR you made like https://github.com/plone/plonecli/pull/41#issuecomment-453918269.
0.2.0
2.7.9
Description
Improve help.
What I Did
And then:
The first message
Try "plonecli create -h" for help.
is useless in this context.plonecli -l
is much more useful in this case.