# File lib/knife-solo/ssh_command.rb, line 100 def first_cli_arg_is_a_hostname? @name_args.first =~ /\A([^@]+(?>@)[^@]+|[^@]+?(?!@))\z/ end