def run_command_line(line)
            puts "I will perform <#{line}>"
            if dry?
                puts "I am on dry run!"
            else