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

acting_as_option, annotate_option, api, command, command_impl_for_list, command_options_for_list, current_user, destination_role, display, display_members, give_away_resource, hide_docs, highline, integer?, interactive_option, method_missing, prompt_for_annotations, prompt_for_group, prompt_for_id, prompt_for_idnumber, prompt_for_password, prompt_for_public_key, prompt_to_confirm, read_till_eof, require_arg, retire_options, retire_resource, retire_role, validate_privileges, validate_public_key, validate_retire_privileges

Methods included from IdentifierManipulation

#conjur_account, #full_resource_id, #get_kind_and_id_from_args

Class Method Details

.assert_empty(args) ⇒ Object



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

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