-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
command line args could use some documentation #91
Comments
Fix issue tadzik#91. The idea is to let the help branch to introspect the POD documentation for a specific command in order to see if some documentation can be found. If documentation can be found, it is shown. This allows for: - invoking help on subcommands, for instance rakudobrew help nuke - invoking help without any argument, that as already done simply prints the list of commands - invoking an alien command, that results in printing out the list of available commands. This requires an explicit dependency on Pod::Usage. The help is provided as POD documentation with sections named 'COMMAND' and the name of the command as passed to rakudobrew. The nuke command has been introduced as an example.
Hi, a specific instance of this from the usage message is:
when you install a new version using the form:
you have to switch to it using something of the form:
e.g. which is not clear from the documentation of the switch option in usage. |
The default help message has changed a bit. The |
The README points to the output of the command, but that doesn't detail what the individual subcommands actually do. It would be nice if we had another markdown file that listed the available options and what they're for.
The text was updated successfully, but these errors were encountered: