Skip to content

steampipe_fixups: Fix usage text to reference the "process" verb. - #10039

Open
wuisabel-gif wants to merge 1 commit into
ValveSoftware:proton_11.0from
wuisabel-gif:patch-2
Open

steampipe_fixups: Fix usage text to reference the "process" verb.#10039
wuisabel-gif wants to merge 1 commit into
ValveSoftware:proton_11.0from
wuisabel-gif:patch-2

Conversation

@wuisabel-gif

Copy link
Copy Markdown

The usage() output documents the first verb as prepare, but the argument
dispatch in __main__ only accepts process (matching the do_process
function). Running the documented command therefore falls through to the usage
branch and exits non-zero instead of processing the directory:

$ steampipe_fixups.py prepare somedir
Usage:
...
$ echo $?
1

The working verb is process; this aligns the help text with it. No behavior
change, only the printed usage string is corrected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant