코드정리

This commit is contained in:
leedongmyung[desktop] 2023-10-29 20:57:20 +09:00
parent 6d8ace1656
commit d60768a63d

View file

@ -44,7 +44,6 @@ class CommandInstall extends CommandBase {
@override
String getDescription() {
var serviceName = CLI.current.config.serviceName;
return ':::: Install for the startup program to run on the background.';
}
}