class DEBUGGER__::AbbrevCommand

def initialize config

config: { type: [commands...], ... }
def initialize config
  @trie = TrieNode.new
  build config
end