mirror of
https://github.com/inspec/inspec
synced 2024-11-26 22:50:36 +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
|
end
|
||||||
|
|
||||||
# load CLI plugins before the Inspec CLI has been started
|
# 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(
|
Inspec::InspecCLI.register(
|
||||||
params[:klass],
|
params[:klass],
|
||||||
params[:subcommand_name],
|
params[:subcommand_name],
|
||||||
params[:usage],
|
params[:usage],
|
||||||
params[:description],
|
params[:description],
|
||||||
params[:options]
|
params[:options],
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# author: Christoph Hartmann
|
# author: Christoph Hartmann
|
||||||
|
|
||||||
require 'forwardable'
|
require 'forwardable'
|
||||||
puts 'plugins'
|
|
||||||
module Inspec
|
module Inspec
|
||||||
# Resource Plugins
|
# Resource Plugins
|
||||||
module Plugins
|
module Plugins
|
||||||
|
|
Loading…
Reference in a new issue