We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65df1fd commit bbc755eCopy full SHA for bbc755e
pyredactkit/runner.py
@@ -120,6 +120,7 @@ def execute_redact_logic() -> None:
120
args = parser.parse_args()
121
122
if len(sys.argv) == 1:
123
+ # If there is no input argument and no piped input, print help menu and exit
124
if sys.stdin.isatty():
125
print(help_menu)
126
parser.print_help(sys.stderr)
0 commit comments