mirror of
https://github.com/rustic-rs/rustic.git
synced 2025-10-26 11:18:51 +00:00
Merge pull request #172 from rustic-rs/snapshots-default-grouping
snapshots: group by hosts and paths as default
This commit is contained in:
commit
e5f77ca443
@ -18,7 +18,12 @@ pub(super) struct Opts {
|
||||
filter: SnapshotFilter,
|
||||
|
||||
/// Group snapshots by any combination of host,paths,tags
|
||||
#[clap(long, short = 'g', value_name = "CRITERION", default_value = "")]
|
||||
#[clap(
|
||||
long,
|
||||
short = 'g',
|
||||
value_name = "CRITERION",
|
||||
default_value = "host,paths"
|
||||
)]
|
||||
group_by: SnapshotGroupCriterion,
|
||||
|
||||
/// Show detailed information about snapshots
|
||||
|
||||
Loading…
Reference in New Issue
Block a user