mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45:18 +00:00
chore: add translated message command to command list
This commit is contained in:
parent
a838eadc12
commit
2b01e4fb4d
@ -3,6 +3,7 @@ import 'package:args/command_runner.dart';
|
||||
import 'commands/build.dart';
|
||||
import 'commands/credits.dart';
|
||||
import 'commands/install-dependencies.dart';
|
||||
import 'commands/translated.dart';
|
||||
import 'commands/untranslated.dart';
|
||||
|
||||
void main(List<String> args) {
|
||||
@ -14,6 +15,7 @@ void main(List<String> args) {
|
||||
commandRunner.addCommand(InstallDependenciesCommand());
|
||||
commandRunner.addCommand(BuildCommand());
|
||||
commandRunner.addCommand(CreditsCommand());
|
||||
commandRunner.addCommand(TranslatedCommand());
|
||||
commandRunner.addCommand(UntranslatedCommand());
|
||||
|
||||
commandRunner.run(args);
|
||||
|
Loading…
Reference in New Issue
Block a user