class GitFlow::NoSuchCommand

Public Instance Methods

execute(opts, argv) click to toggle source
# 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