Crate vcsq_cli

Source
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§

MainArgs
Top-Level instructions into which we parse the resluts of CLI args.

Enums§

QueryCmd
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.