Skip to content

Commit 9f8e25a

Browse files
committed
Add command line argument for output grepable
1 parent 9c6120b commit 9f8e25a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/input.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,12 @@ def setup_parser():
117117
'specified with a filename argument.'
118118
)
119119

120+
output.add_argument(
121+
'-oG', dest='output_grepable',
122+
help='Grepable output printed to a file when the -oG option is '
123+
'specified with a filename argument.'
124+
)
125+
120126
user_agent = parser.add_mutually_exclusive_group()
121127
user_agent.add_argument(
122128
'--random-agent', dest='random_agent', action='store_true',

0 commit comments

Comments
 (0)