ok/jj
1
0
Fork 0
forked from mirrors/jj

cli: make op restore require an operation ID

It doesn't make much sense to default to restoring to the current
operation.
This commit is contained in:
Martin von Zweigbergk 2022-05-20 15:00:19 -07:00 committed by Martin von Zweigbergk
parent 8f0c6a2fe9
commit 587d8521c5

View file

@ -1679,7 +1679,6 @@ struct OperationLogArgs {}
#[derive(clap::Args, Clone, Debug)]
struct OperationRestoreArgs {
/// The operation to restore to
#[clap(default_value = "@")]
operation: String,
}