mirror of
https://codeberg.org/Cyborus/forgejo-cli.git
synced 2024-11-10 03:59:31 +01:00
add doc comment to pr::ViewCommand::Commits
This commit is contained in:
parent
349855e67a
commit
1a839e2860
1 changed files with 1 additions and 0 deletions
|
@ -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)]
|
||||||
|
|
Loading…
Reference in a new issue