# File lib/commander/user_interaction.rb, line 536
      def increment(tokens = {})
        @step += 1
        @tokens.merge! tokens if tokens.is_a? Hash
        show
      end