mirror of
https://github.com/inspec/inspec
synced 2024-11-27 07:00:39 +00:00
Merge pull request #4085 from burtlo/fix/init-plugin
Updates the init profile description to show proper usage
This commit is contained in:
commit
a3f4c25922
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ module InspecPlugins
|
|||
#-------------------------------------------------------------------#
|
||||
# inspec init plugin
|
||||
#-------------------------------------------------------------------#
|
||||
desc 'PLUGIN_NAME [options]', 'Generates an InSpec plugin, which can extend the functionality of InSpec itself.'
|
||||
desc 'plugin PLUGIN_NAME [options]', 'Generates an InSpec plugin, which can extend the functionality of InSpec itself.'
|
||||
# General options
|
||||
option :prompt, type: :boolean, default: true, desc: 'Interactively prompt for information to put in your generated plugin.'
|
||||
option :detail, type: :string, default: 'full', desc: "How detailed of a plugin to generate. 'full' is a normal full gem with tests; 'core' has tests but no gemspec; 'test-fixture' is stripped down for a test fixture."
|
||||
|
|
Loading…
Reference in a new issue