abstract fun get(): Collection<Command>
returns a mapping of command name and url
open operator fun get(name: String): Command?
returns a command with the specific name
name - The command name
name