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
fud2
fud2 currently does not warn you if you have supplied an unused argument. The following for instance works without saying anything
fud2 --from calyx --to jq --through cider -s sim.data=benchmarks/ntt-32.futil.data -s calyx.args="--log off" benchmarks/ntt-32.futil -s jq.expr="." -s jq.flags="--sort-keys" -s calyx.flags="I am not valid"
since calyx.flags is an unused argument (unlike calyx.args)
calyx.flags
calyx.args
The text was updated successfully, but these errors were encountered:
No branches or pull requests
fud2
currently does not warn you if you have supplied an unused argument. The following for instance works without saying anythingsince
calyx.flags
is an unused argument (unlikecalyx.args
)The text was updated successfully, but these errors were encountered: