CommandModelWithPath constructor
CommandModelWithPath({})
Implementation
CommandModelWithPath({
required super.title,
required super.command,
super.argsRequired = false,
super.description,
required super.path,
super.args,
super.external,
}) {
super.pathRequired = true;
}