Class: Conjur::Command::Plugin

Inherits:
Conjur::Command show all
Defined in:
lib/conjur/command/plugin.rb

Class Method Summary collapse

Methods inherited from Conjur::Command

api, api=, command, command_impl_for_list, command_options_for_list, context_option, current_user, display, display_members, has_admin?, hide_docs, highline, integer?, method_missing, prompt_for_password, read_till_eof, require_arg, validate_privileges

Methods included from IdentifierManipulation

#full_resource_id, #get_kind_and_id_from_args

Class Method Details

.assert_empty(args) ⇒ Object



31
32
33
# File 'lib/conjur/command/plugin.rb', line 31

def self.assert_empty(args)
  exit_now! 'Received extra command arguments' unless args.empty?
end