class Ptf::Cli::Application
Public Instance Methods
init()
click to toggle source
# File lib/ptf/client.rb, line 18 def init puts Ptf::Commands::Init.init(options[:f]) end
list(delimiter)
click to toggle source
# File lib/ptf/client.rb, line 31 def list(delimiter) puts Ptf::Commands::List.list(delimiter, options[:open], options[:closed]) end