add doc comment to pr::ViewCommand::Commits

This commit is contained in:
Cyborus 2024-05-09 14:47:52 -04:00
parent 349855e67a
commit 1a839e2860
No known key found for this signature in database

View file

@ -230,6 +230,7 @@ pub enum ViewCommand {
}, },
/// View the files changed in a pull request. /// View the files changed in a pull request.
Files, Files,
/// View the commits in a pull request.
Commits { Commits {
/// View one commit per line /// View one commit per line
#[clap(long, short)] #[clap(long, short)]