CommandModel constructor
CommandModel({})
Implementation
CommandModel({
required this.title,
this.command = "",
this.external = false,
this.argsRequired = false,
this.description,
this.path,
this.args,
}) : super();