CommandRegistration constructor
CommandRegistration({})
Implementation
CommandRegistration({
required this.command,
required this.category,
this.extraAliases = const [],
this.hidden = false,
this.requiresAuth = false,
this.requiresGit = false,
this.executionCount = 0,
this.lastExecutedAt,
});