You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `commandsServiceProvider` has been used when code was shared between AppBuilder CLI and NativeScript CLI. At the moment, we do not share the code with any other library, so we can safely remove the `commandsServiceProvider` as it is not used in NativeScript CLI.
@@ -161,11 +155,6 @@ export class CommandsService implements ICommandsService {
161
155
162
156
this.$errors.fail("Unable to execute command '%s'. Use '$ %s %s --help' for help.",beautifiedName,this.$staticConfig.CLIENT_NAME.toLowerCase(),beautifiedName);
0 commit comments