Class: GitFlow::NoSuchCommand

Inherits:
Object
  • Object
show all
Defined in:
lib/git_bpf/lib/gitflow.rb

Instance Method Summary collapse

Instance Method Details

#execute(opts, argv) ⇒ Object



263
264
265
266
267
268
# File 'lib/git_bpf/lib/gitflow.rb', line 263

def execute(opts, argv)
  page do
    puts "Command not found: #{argv.join(' ').inspect}"
    puts "Try `#{GitFlow.program} help` to obtain a list of commands."
  end
end