File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
SoftLayer/CLI/block/access Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1414@click .argument ('volume_id' )
1515@click .option ('--columns' ,
1616 callback = column_helper .get_formatter (storage_utils .COLUMNS ),
17- help = f"Columns to display. Options are: { ', ' .join (column .name for column in storage_utils .COLUMNS )} ." ,
17+ help = f"Columns to display. Options are: { ', ' .join (column .name for column in storage_utils .COLUMNS )} ." ,
1818 default = ',' .join (storage_utils .DEFAULT_COLUMNS ))
1919@click .option ('--sortby' ,
20- help = f"Column to sort by. Options are: { ', ' .join (column .name for column in storage_utils .COLUMNS )} ." ,
20+ help = f"Column to sort by. Options are: { ', ' .join (column .name for column in storage_utils .COLUMNS )} ." ,
2121 default = 'name' )
2222@environment .pass_env
2323def cli (env , columns , sortby , volume_id ):
You can’t perform that action at this time.
0 commit comments