Class: Luciq::BugsCLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/luciq/query_cli.rb

Instance Method Summary collapse

Instance Method Details

#listObject



186
187
188
# File 'lib/luciq/query_cli.rb', line 186

def list
  Commands::Query.new(options).bugs_list
end

#showObject



193
194
195
# File 'lib/luciq/query_cli.rb', line 193

def show
  Commands::Query.new(options).bug_show(options[:number])
end

#updateObject



214
215
216
# File 'lib/luciq/query_cli.rb', line 214

def update
  Commands::Query.new(options).bug_update(options[:number])
end