Method: Envo::CmdClean.parse_tokens

Defined in:
lib/envo/cmd_clean.rb

.parse_tokens(tokens, opts) ⇒ Object



25
26
27
# File 'lib/envo/cmd_clean.rb', line 25

def self.parse_tokens(tokens, opts)
  ParsedCmd.new(CmdClean.new(tokens), opts)
end