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
When entering a cmd with an incorrect syntax we should display the correct syntax again. For example the following cmd:
flogo create -f SampleApp2 ~/Downloads/SampleApp.json
Simply yields the following error. The correct syntax should be displayed again after the error.
Error: Error loading app file 'SampleApp2' - open SampleApp2: no such file or directory
The text was updated successfully, but these errors were encountered:
fm-tibco
No branches or pull requests
When entering a cmd with an incorrect syntax we should display the correct syntax again. For example the following cmd:
flogo create -f SampleApp2 ~/Downloads/SampleApp.json
Simply yields the following error. The correct syntax should be displayed again after the error.
Error: Error loading app file 'SampleApp2' - open SampleApp2: no such file or directory
The text was updated successfully, but these errors were encountered: