We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug When running rnv via cli and using a not existing command results in an endless loop.
To Reproduce Steps to reproduce the behavior:
npx rnv notexisting
Expected behavior To just log unknown command or offer help and show existing commands
unknown command
Logs
% npx rnv notexisting ┌──────────────────────────────────────────────────────────────────────────────┐ │ │ │ ██████╗ ███████╗███╗ ██╗ █████╗ ████████╗██╗██╗ ██╗███████╗ │ │ ██╔══██╗██╔════╝████╗ ██║██╔══██╗╚══██╔══╝██║██║ ██║██╔════╝ │ │ ██████╔╝█████╗ ██╔██╗ ██║███████║ ██║ ██║██║ ██║█████╗ │ │ ██╔══██╗██╔══╝ ██║╚██╗██║██╔══██║ ██║ ██║╚██╗ ██╔╝██╔══╝ │ │ ██║ ██║███████╗██║ ╚████║██║ ██║ ██║ ██║ ╚████╔╝ ███████╗ │ │ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═══╝╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═══╝ ╚══════╝ │ │ │ │ Version: 0.32.0-alpha.23 │ │ WARNING: this is a prerelease version. │ │ https://renative.org │ │ 🚀 Firing up!... │ │ $ rnv notexisting │ │ Start Time: 12/14/2020, 10:33:58 AM │ │ │ └──────────────────────────────────────────────────────────────────────────────┘ [ task ] registerEngine:engine-core[1] [ task ] configureRuntimeDefaults[1] appId:null [ task ] checkAndMigrateProject[1] [ task ] loadPluginTemplates[1] [ task ] _parsePluginTemplateDependencies[1] scope:root [ task ] parseRenativeConfigs[1] [ task ] getWorkspaceDirPath[1] [ task ] _generatePlatformTemplatePaths[1] [ task ] loadEngines[1] [ task ] findSuitableTask[1] [ task ] registerAllPlatformEngines[1] [ task ] registerEngine:engine-rn[1] [ task ] registerEngine:engine-rn-web[1] [ task ] findSuitableTask[2] [ task ] registerAllPlatformEngines[2] [ task ] findSuitableTask[3] [ task ] registerAllPlatformEngines[3] [ task ] findSuitableTask[4] [ task ] registerAllPlatformEngines[4] [ task ] findSuitableTask[5] [ task ] registerAllPlatformEngines[5] [ task ] findSuitableTask[6] [ task ] registerAllPlatformEngines[6] (... etc ...)
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
@TheDuc thx. another good catch! 🥇
Sorry, something went wrong.
172d815
pavjacko
No branches or pull requests
Describe the bug
When running rnv via cli and using a not existing command results in an endless loop.
To Reproduce
Steps to reproduce the behavior:
npx rnv notexisting
(or other not existing command)Expected behavior
To just log
unknown command
or offer help and show existing commandsLogs
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: