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
True
noticed by @pvanheus with parsec.
def cli(ctx, dataset_id, file_path="", use_default_filename=True, wait_for_completion=False, maxwait=12000):
this function signature seems to result in --use_default_filename being inverted, leaving it off passes True, adding it passes False.
--use_default_filename
The text was updated successfully, but these errors were encountered:
hexylena
No branches or pull requests
noticed by @pvanheus with parsec.
this function signature seems to result in
--use_default_filename
being inverted, leaving it off passes True, adding it passes False.The text was updated successfully, but these errors were encountered: