ctil / zargparse

A tool for generating zsh completion files for python command line tools that use argparse
MIT License
11 stars 2 forks source link

Strip `help` after first period #8

Open zachriggle opened 4 years ago

zachriggle commented 4 years ago

Sometimes commands have very lengthy descriptions in their help which is not useful with command-line completion.

It would be nice to have an option to strip all help after (and including!) the first period.