Skip to content

Commit 6aa1e8f

Browse files
fix(cli): add workflow note to --help output
Closes #74
1 parent 4ed71a9 commit 6aa1e8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ use piano::rewrite::{
2222
#[command(
2323
name = "piano",
2424
about = "Automated instrumentation-based profiling for Rust",
25-
version
25+
version,
26+
after_help = "Workflow: piano build [OPTIONS], run the built binary, then piano report"
2627
)]
2728
struct Cli {
2829
#[command(subcommand)]

0 commit comments

Comments
 (0)