We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2abde00 commit cb9d225Copy full SHA for cb9d225
pijul/src/commands/pushpull.rs
@@ -125,9 +125,6 @@ pub struct Pull {
125
/// Pull from this remote channel
126
#[clap(long = "from-channel")]
127
from_channel: Option<String>,
128
- /// Pull tags instead of regular changes.
129
- #[clap(long = "tag")]
130
- is_tag: bool,
131
/// Pull changes from the local repository, not necessarily from a channel
132
#[clap(last = true)]
133
changes: Vec<String>, // For local changes only, can't be symmetric.
0 commit comments