mirror of
https://github.com/inspec/inspec
synced 2024-11-23 05:03:07 +00:00
improve styling
This commit is contained in:
parent
589db0bcd0
commit
bab7eb1986
2 changed files with 3 additions and 3 deletions
|
@ -253,13 +253,13 @@ class Inspec::InspecCLI < Thor # rubocop:disable Metrics/ClassLength
|
|||
end
|
||||
|
||||
# load CLI plugins before the Inspec CLI has been started
|
||||
Inspec::Plugins::CLI.registry.each{ |subcommand, params|
|
||||
Inspec::Plugins::CLI.registry.each { |_subcommand, params|
|
||||
Inspec::InspecCLI.register(
|
||||
params[:klass],
|
||||
params[:subcommand_name],
|
||||
params[:usage],
|
||||
params[:description],
|
||||
params[:options]
|
||||
params[:options],
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
require 'forwardable'
|
||||
puts 'plugins'
|
||||
|
||||
module Inspec
|
||||
# Resource Plugins
|
||||
module Plugins
|
||||
|
|
Loading…
Reference in a new issue