vcspull icon indicating copy to clipboard operation
vcspull copied to clipboard

Tab completion with `shtab`

Open tony opened this issue 1 year ago • 1 comments

See also:

  • https://github.com/iterative/shtab
  • https://docs.iterative.ai/shtab/
shtab --shell=zsh -u MY_PROG.command.main.get_main_parser \
  | sudo tee /usr/local/share/zsh/site-functions/_MY_PROG


shtab --shell=zsh vcspull.cli.create_parser



shtab --shell=zsh vcspull.cli.create_parser \
  | sudo tee /usr/local/share/zsh/site-functions/_VCSPULL

tony avatar Oct 02 '22 14:10 tony

Codecov Report

Merging #402 (70e5a02) into master (b822822) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #402   +/-   ##
=======================================
  Coverage   85.07%   85.07%           
=======================================
  Files          15       15           
  Lines         844      844           
  Branches      130      130           
=======================================
  Hits          718      718           
  Misses         86       86           
  Partials       40       40           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

codecov[bot] avatar Oct 02 '22 15:10 codecov[bot]

see #403 and #400

tony avatar Oct 16 '22 22:10 tony