Browse Source

make filter an option as well

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

1
src/commands/ls_remote.rs

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

Loading…
Cancel
Save