[BUG] Confusing behaviour with default True boolean arguments when using pyflyte run
#5768
Closed
2 tasks done
pyflyte run
#5768
Describe the bug
Adding
--paramater
name on a deafault true boolean paramater causes the workflow to run with the value as False.Example:
The default works as expected:
Adding
--test_bool
causes unexpected behaviour where it usesFalse
is usedExpected behavior
Based on https://click.palletsprojects.com/en/8.1.x/options/#boolean-flags I would expect
Additional context to reproduce
No response
Screenshots
No response
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: