Skip to content

Commit 8352adc

Browse files
committed
Remove MULTI_INIT_SNAP
1 parent 6d29361 commit 8352adc

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

paths_cli/parameters.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -109,15 +109,6 @@ def get(self, storage, names):
109109
store='schemes'
110110
)
111111

112-
MULTI_INIT_SNAP = OPSStorageLoadMultiple(
113-
param=Option('-f', '--init-frame',
114-
help="identifier for potential initial snapshots"),
115-
store='snapshots',
116-
value_strategies=[GetByName('tags'), GetByNumber('snapshots')],
117-
none_strategies=[GetOnlySnapshot(),
118-
GetPredefinedName('tags', 'initial_snapshot')]
119-
)
120-
121112
INPUT_FILE = StorageLoader(
122113
param=Argument('input_file',
123114
type=click.Path(exists=True, readable=True)),

0 commit comments

Comments
 (0)