Skip to content

Commit c6a5b85

Browse files
committed
Add help command
1 parent 0615608 commit c6a5b85

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/zulip.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,9 @@ async fn workqueue_commands(
333333
}
334334
)
335335
}
336+
"help" => r"work show => show your assigned PRs
337+
work set-pr-limit <number>|unlimited => set the maximum number of PRs you can be assigned to"
338+
.to_string(),
336339
_ => anyhow::bail!("Invalid subcommand."),
337340
};
338341

0 commit comments

Comments
 (0)