GraphMine

graphmine-core / io.github.sof3.graphmine.command.args / CommandArg / default

default

var default: T? fun default(value: T): CommandArg<T>

Sets the default value of the command. Implicitly sets optional to true (even if the set value is null)