Make --list print recipes with arguments (#88)

Added `--summary` which just prints recipe names, like `--list` previous
to this change.

Fixes #75
This commit is contained in:
Casey Rodarmor
2016-11-12 11:40:52 -08:00
committed by GitHub
parent a44640b613
commit 6e8289c624
6 changed files with 59 additions and 17 deletions

View File

@@ -17,8 +17,8 @@ build:
check:
cargo check
watch command='test':
cargo watch {{command}}
watch COMMAND='test':
cargo watch {{COMMAND}}
version = `sed -En 's/version[[:space:]]*=[[:space:]]*"([^"]+)"/v\1/p' Cargo.toml`