maralla / pack

📦 The missing vim8 package manager.
MIT License
262 stars 17 forks source link

Move CLI parsing to clap.rs #17

Closed awidegreen closed 6 years ago

awidegreen commented 6 years ago

All subcommands have been converted to use clap.

completions sub-command has been added to automatically generate shell completions for bash, zsh and fish

make list sub-command default action when no subcmd is specific from cli.

awidegreen commented 6 years ago

I've pushed the rebased version of this merge request.

maralla commented 6 years ago

Thanks!