FeatureCommand constructor
FeatureCommand()
Implementation
FeatureCommand() : super('feature', 'Work with feature branch', const ['f']) {
addSubcommand(FinishCommand());
}
FeatureCommand() : super('feature', 'Work with feature branch', const ['f']) {
addSubcommand(FinishCommand());
}