mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
Fix supermarket cli registration
This commit is contained in:
parent
2cf3b7e093
commit
796af68a69
1 changed files with 1 additions and 1 deletions
|
@ -45,5 +45,5 @@ module Supermarket
|
|||
end
|
||||
|
||||
# register the subcommand to Inspec CLI registry
|
||||
Inspec::Plugins::CLI.register(Supermarket::SupermarketCLI, 'supermarket', 'supermarket SUBCOMMAND ...', 'Supermarket commands', {})
|
||||
Inspec::Plugins::CLI.add_subcommand(Supermarket::SupermarketCLI, 'supermarket', 'supermarket SUBCOMMAND ...', 'Supermarket commands', {})
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue