diff options
author | Cyborus <cyborus@cyborus.xyz> | 2024-05-09 20:47:52 +0200 |
---|---|---|
committer | Cyborus <cyborus@cyborus.xyz> | 2024-05-09 20:47:52 +0200 |
commit | 1a839e2860e46f113f14f3d4c2afad503f1c65db (patch) | |
tree | d717ca6e77ff39b04fbd9dcde0f163a6f6fd577f /src | |
parent | add `pr edit _ labels` (diff) | |
download | forgejo-cli-1a839e2860e46f113f14f3d4c2afad503f1c65db.tar.xz forgejo-cli-1a839e2860e46f113f14f3d4c2afad503f1c65db.zip |
add doc comment to `pr::ViewCommand::Commits`
Diffstat (limited to 'src')
-rw-r--r-- | src/prs.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -230,6 +230,7 @@ pub enum ViewCommand { }, /// View the files changed in a pull request. Files, + /// View the commits in a pull request. Commits { /// View one commit per line #[clap(long, short)] |