# File lib/fission/command.rb, line 27
    def initialize(args=[])
      ui
      @options = OpenStruct.new
      @args = args
    end