# File lib/commander/user_interaction.rb, line 55
    def log(action, *args)
      say format('%15s  %s', action, args.join(' '))
    end