booster / com.didiglobal.booster.command / CommandProvider / get

get

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

Parameters

name - The command name