Skip to content

Commit ef3efb3

Browse files
committed
STDIN now native, removed argument
1 parent 2ccb354 commit ef3efb3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/input.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,6 @@ def setup_parser():
9898
help='If set then simple WAF bypass headers will be sent.'
9999
)
100100

101-
parser.add_argument(
102-
'-', dest='stdin', action='store_true', default=False,
103-
help="By passing a blank '-' you tell VHostScan to expect input "
104-
"from stdin (pipe)."
105-
)
106-
107101
output = parser.add_mutually_exclusive_group()
108102
output.add_argument(
109103
'-oN', dest='output_normal',

0 commit comments

Comments
 (0)