google / turbinia

Automation and Scaling of Digital Forensics Tools
Apache License 2.0
725 stars 163 forks source link

[Bug]: turbinia-client prints extraneous help output #1470

Closed aarontp closed 1 month ago

aarontp commented 3 months ago

What steps will reproduce the bug?

Use turbinia-client submit googleclouddisk --project <foo> --zone <bar> --disk_name <baz> to submit processing request.

What is the expected behavior?

Only the info about the correctly submitted processing request should be printed.

What do you see instead?

The help output is displayed in the output even though the processing request gets submitted normally and all the required flags have been passed in.

Additional information

No response

aarontp commented 3 months ago

FYI @jleaniz

jleaniz commented 1 month ago

Fixed in #1489