Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 498 Bytes

xargcomplete.md

File metadata and controls

24 lines (17 loc) · 498 Bytes

xargcomplete

xarg provides tab completion management for all Python command line programs written based on argparse and argcomplete.

Requires

  • bash or zsh
  • package depends on xarg and manage via pip

Enable completion

xargcomplete enable

Update completion for all xarg-based Python packages

xargcomplete update