Last updated 1 day ago
Was this helpful?
Currently, we use to automatically do tab completion through argparse.
Once you've installed nxc globally, do the following:
Installing with pipx is recommended for global install
sudo apt install python3-argcomplete # For Bash register-python-argcomplete nxc >> ~/.bashrc # For Zsh register-python-argcomplete nxc >> ~/.zshrc
Open a new shell and you are ready to go:
NetExec netexec nxc