Issue #12322 has been reported by Eric Connell. ---------------------------------------- Bug #12322: CLI help documentation only supports one command level https://projects.puppetlabs.com/issues/12322
Author: Eric Connell Status: Unreviewed Priority: Normal Assignee: Category: documentation Target version: Affected Puppet version: 2.7.1 Keywords: documention options parameters Branch: When requesting help via the cli commands, puppet does not support getting information about subcommands. For example: <pre>puppet help cert</pre> returns help for the cert command, but there is no method for getting a list of options of subcommands of cert. I would expect: <pre>puppet help cert generate</pre> to give me a list of options that can be passed to the generate subcommand. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
