# File lib/backup/cli/helpers.rb, line 86 def command_name(command) i = command =~ /\s/ command = command.slice(0, i) if i command.split('/')[-1] end