Repository URL to install this package:
|
Version:
4.3.5 ▾
|
root_command[:sudo] = command(aliases: %w(s), short_desc: 'sudo COMMAND ARGS...', desc: 'run a sudo with the stored password filled in for you') { |cmd, *args|
run_sudo(options[:rvm_sudo] ? 'rvmsudo' : 'sudo', cmd, [], args)
}
root_command[:sudo][:rvm_sudo] = flag(type: :boolean, desc: 'use rvmsudo instead of sudo')