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 concerto-cli compile command requires target as argument but then uses argv.format causing this error:
concerto-cli compile
target
argv.format
Unrecognized target: undefined
https://github.com/accordproject/concerto/blob/master/packages/concerto-cli/index.js#L82
The text was updated successfully, but these errors were encountered:
Describe the bug concerto-cli compile command requires target as argument but then uses argv.format causing this error: Unrecognized target: undefined https://github.com/accordproject/concerto/blob/master/packages/concerto-cli/index.js#L82
Good catch @j4m3sb0mb Thanks. I'll fix this ASAP.
Sorry, something went wrong.
Fixed in #147 Will be in the next release.
Here is a test:
bash-3.2$ concerto --version 0.82.3 bash-3.2$ concerto 10:49:45 - info: Unrecognized target: undefined bash-3.2$ ~/git/concerto/packages/concerto-cli/index.js compile --target Java --ctoFiles money.cto 10:49:58 - info: Compiled to Java in './output/'.
jeromesimeon
No branches or pull requests
Describe the bug
concerto-cli compile
command requirestarget
as argument but then usesargv.format
causing this error:https://github.com/accordproject/concerto/blob/master/packages/concerto-cli/index.js#L82
The text was updated successfully, but these errors were encountered: