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 9c6120b commit 9f8e25aCopy full SHA for 9f8e25a
1 file changed
lib/input.py
@@ -117,6 +117,12 @@ def setup_parser():
117
'specified with a filename argument.'
118
)
119
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
+
126
user_agent = parser.add_mutually_exclusive_group()
127
user_agent.add_argument(
128
'--random-agent', dest='random_agent', action='store_true',
0 commit comments