Expand description
vcsq
CLI thinly wraps vcsq_lib
to answer version-control questions about any directory.
Usage: vcsq SUB_CMD DIR
Example: vcsq is-clean .
See --help
for complete doc, and README at https://gitlab.com/jzacsh/vcsq for more.
Structs§
- Main
Args - Top-Level instructions into which we parse the resluts of CLI args.
Enums§
- Query
Cmd - Sub-commands of the CLI that map to a single VCS query.
Functions§
- main_
vcsquery - Core logic the CLI binary runs, but with injectable deps; designed fr
main()
’s use-case.