vow-cli
vow-cli formats CLI flags and --key=value options for grant argv. Install with vpm:
curl -fsSL https://install.vowlang.dev | shexport PATH="$HOME/.local/bin:$PATH"vpm add vow-clivpm installQuick start
Section titled “Quick start”import vcli from vow_cli
fn main(caps: Caps) -> int { print vcli.opt("grant", "db:postgres://localhost/app"); return 0;}Run tests
Section titled “Run tests”cd vow-libs/vow-cli && vow test tests/cli.vow