67
67
takes_args = ['shelf_id?']
69
69
option.RegistryOption.from_kwargs(
70
'action', enum_switch=False, value_switches=True,
71
72
apply="Apply changes and remove from the shelf.",
72
73
dry_run="Show changes, but do not apply or remove them.",
73
74
delete_only="Delete changes without applying them."