do not try to read from stdin when it is non-interactive (#5733)
add '--no-input' command-line option and 'input' config file option to allow users to manually configure this
This commit is contained in:
@@ -461,6 +461,17 @@ Description
|
||||
(see `getpass() <https://docs.python.org/3/library/getpass.html#getpass.getpass>`__).
|
||||
|
||||
|
||||
extractor.*.input
|
||||
-----------------
|
||||
Type
|
||||
``bool``
|
||||
Default
|
||||
``true`` if `stdin` is attached to a terminal ,
|
||||
``false`` otherwise
|
||||
Description
|
||||
Allow prompting the user for interactive input.
|
||||
|
||||
|
||||
extractor.*.netrc
|
||||
-----------------
|
||||
Type
|
||||
|
||||
Reference in New Issue
Block a user