Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 478 Bytes

TODO.md

File metadata and controls

17 lines (16 loc) · 478 Bytes

xarg todo list

  • README
  • option argument
  • position argument
  • boolean option argument
  • choices in option and position
  • parse special paths (such as sys.argv[0]) and call set_defaults
  • type support argparse.FileType
  • how yo use namespace
  • support for Sub-commands
  • support for argument groups
  • support for mutually exclusive group
  • support for partial parsing
  • tab completion
  • autotest function