hiera-eyaml icon indicating copy to clipboard operation
hiera-eyaml copied to clipboard

pkcs7-subject option in wrong place

Open gtmtech opened this issue 10 years ago • 1 comments

pkcs7-subject cmdline object has been added globally rather than to the pkcs7 createkeys plugin

gtmtech avatar Oct 06 '14 15:10 gtmtech

The problem occurs when e.g. "eyaml version --help" reveals --pkcs7 stuff on a "version" command, when obviously this makes no sense. The offending code is self.all_options in subcommand.rb, which contains no context info for which verbs to attach the options too.

gtmtech avatar Oct 24 '14 21:10 gtmtech