Skip to content

Commit cb9d225

Browse files
author
fossdd
committed
Update pijul
1 parent 2abde00 commit cb9d225

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pijul/src/commands/pushpull.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,6 @@ pub struct Pull {
125125
/// Pull from this remote channel
126126
#[clap(long = "from-channel")]
127127
from_channel: Option<String>,
128-
/// Pull tags instead of regular changes.
129-
#[clap(long = "tag")]
130-
is_tag: bool,
131128
/// Pull changes from the local repository, not necessarily from a channel
132129
#[clap(last = true)]
133130
changes: Vec<String>, // For local changes only, can't be symmetric.

0 commit comments

Comments
 (0)