You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/zethyst/Downloads/Osintgram-development/main.py", line 115, in
parser.add_argument('-c', '--command', help='run in single command mode & execute provided command', action='store')
File "/usr/lib/python3.9/argparse.py", line 1446, in add_argument
return self._add_action(action)
File "/usr/lib/python3.9/argparse.py", line 1811, in _add_action
self._optionals._add_action(action)
File "/usr/lib/python3.9/argparse.py", line 1648, in _add_action
action = super(_ArgumentGroup, self)._add_action(action)
File "/usr/lib/python3.9/argparse.py", line 1460, in _add_action
self._check_conflict(action)
File "/usr/lib/python3.9/argparse.py", line 1597, in _check_conflict
conflict_handler(action, confl_optionals)
File "/usr/lib/python3.9/argparse.py", line 1606, in _handle_conflict_error
raise ArgumentError(action, message % conflict_string)
argparse.ArgumentError: argument -c/--command: conflicting option string: -c
The text was updated successfully, but these errors were encountered:
After executing the main script---
Traceback (most recent call last):
File "/home/zethyst/Downloads/Osintgram-development/main.py", line 115, in
parser.add_argument('-c', '--command', help='run in single command mode & execute provided command', action='store')
File "/usr/lib/python3.9/argparse.py", line 1446, in add_argument
return self._add_action(action)
File "/usr/lib/python3.9/argparse.py", line 1811, in _add_action
self._optionals._add_action(action)
File "/usr/lib/python3.9/argparse.py", line 1648, in _add_action
action = super(_ArgumentGroup, self)._add_action(action)
File "/usr/lib/python3.9/argparse.py", line 1460, in _add_action
self._check_conflict(action)
File "/usr/lib/python3.9/argparse.py", line 1597, in _check_conflict
conflict_handler(action, confl_optionals)
File "/usr/lib/python3.9/argparse.py", line 1606, in _handle_conflict_error
raise ArgumentError(action, message % conflict_string)
argparse.ArgumentError: argument -c/--command: conflicting option string: -c
The text was updated successfully, but these errors were encountered: