combu 0.4.4

Combu is a yet another mini cli framework.
Documentation
# Makefile.toml for cargo-make



[tasks.watch]

description="watch test task, alias: cargo wt or cargo dev"

command="cargo"

args=["watch","-x","test"]