combu 0.9.0

Combu is a yet another mini cli framework.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Makefile.toml for cargo-make



[tasks.watch]

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

command="cargo"

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



[tasks.et]

description="watch example test, alias: cargo et or cargo dev"

command="cargo"

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