Method: GithubCLI::Commands::Members#publicize

Defined in:
lib/github_cli/commands/members.rb

#publicize(org, user) ⇒ Object



63
64
65
66
67
68
# File 'lib/github_cli/commands/members.rb', line 63

def publicize(org, user)
  global_options = options.dup
  params = options[:params].dup
  Util.hash_without!(global_options, params.keys + ['params'])
  Member.publicize org, user, params, global_options
end