module MusicbrainzCli::Commands

Public Class Methods

command(name, &block) click to toggle source
# File lib/musicbrainz_cli/commands.rb, line 3
def self.command name, &block
  define_method "command_#{name}", &block
end