Browse Source

change docstring for filter argument

remotes/origin/list-filter
Ryan Cao 1 year ago
parent
commit
5079ea8b80
No known key found for this signature in database
  1. 2
      src/commands/ls_remote.rs

2
src/commands/ls_remote.rs

@ -7,7 +7,7 @@ use thiserror::Error; @@ -7,7 +7,7 @@ use thiserror::Error;
#[derive(clap::Parser, Debug)]
pub struct LsRemote {
/// Filter for versions
/// Filter with SemVer
filter: Option<UserVersion>,
/// Only show latest LTS versions

Loading…
Cancel
Save