2 3 4 5 6 7 8 9
# File 'lib/kamal/cli/alias/command.rb', line 2 def run(instance, args = []) if (command = KAMAL.resolve_alias(name)) KAMAL.reset Kamal::Cli::Main.start(Shellwords.split(command) + ARGV[1..-1]) else super end end