# File lib/commander/delegates.rb, line 22
    def defined_commands(*args, &block)
      ::Commander::Runner.instance.commands(*args, &block)
    end