Fix #2: support pruning and forget via snapshot policies

This commit is contained in:
Eliot Berriot
2019-12-02 14:20:19 +01:00
parent 652158d1ed
commit 57ffa1e3fa
5 changed files with 144 additions and 6 deletions

View File

@@ -18,8 +18,9 @@ export const { _: commands, ...flags } = minimist(process.argv.slice(2), {
a: 'all',
l: 'location',
b: 'backend',
d: 'dry-run',
},
boolean: ['a'],
boolean: ['a', 'd'],
string: ['l', 'b'],
})