of

open fun of(name: String, @Nullable group: @Nullable String, @Nullable subname: @Nullable String): CommandPath(source)
open fun of(name: String, @Nullable subname: @Nullable String): CommandPath(source)
open fun of(path: String): CommandPath(source)
open fun of(components: Array<String>): CommandPath(source)
open fun of(components: List<String>): CommandPath(source)