We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b1a4e4 commit b0ccbbaCopy full SHA for b0ccbba
2 files changed
nxc/cli.py
@@ -124,7 +124,7 @@ def gen_cli_args():
124
except Exception as e:
125
nxc_logger.exception(f"Error loading proto_args from proto_args.py file in protocol folder: {protocol} - {e}")
126
127
- argcomplete.autocomplete(parser)
+ argcomplete.autocomplete(parser, always_complete_options=False)
128
args = parser.parse_args()
129
130
if len(sys.argv) == 1:
nxc/netexec.py
@@ -1,3 +1,4 @@
1
+# PYTHON_ARGCOMPLETE_OK
2
import sys
3
from nxc.helpers.logger import highlight
4
from nxc.helpers.misc import identify_target_file
0 commit comments