Method: Muzak::Cmd#help

Defined in:
lib/muzak/cmd/meta.rb

#help(*_args) ⇒ Object

Return a "helpful" listing of commands.

muzak command:

  • help

example invocation:

  • muzak> help



20
21
22
23
24
# File 'lib/muzak/cmd/meta.rb', line 20

def help(*_args)
  build_response data: {
    commands: Muzak::Cmd.commands,
  }
end