File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77--------
88
99:command: `qvm-ls ` [--verbose] [--quiet] [--help] [--all]
10- [--exclude *EXCLUDE *] [--spinner] [-- no-spinner]
10+ [--exclude *EXCLUDE *] [--no-spinner]
1111 [--format *FORMAT * | --fields *FIELD*[,*FIELD * ...]]
1212 [--tree] [--raw-data] [--help-formats]
1313 [--help-columns] [--class *CLASS * [*CLASS * ...]]
@@ -53,10 +53,6 @@ General options
5353 Exclude the qube from --all. You need to use --all option explicitly to use
5454 --exclude.
5555
56- .. option :: --spinner
57-
58- Have a spinner spinning while the spinning mainloop spins new table cells.
59-
6056.. option :: --no-spinner
6157
6258 No spinner today.
Original file line number Diff line number Diff line change @@ -717,10 +717,6 @@ def get_parser():
717717 parser_sort .add_argument ('--ignore-case' , action = 'store_true' ,
718718 default = False , help = 'ignore case distinctions when sorting' )
719719
720- parser .add_argument ('--spinner' ,
721- action = 'store_true' , dest = 'spinner' ,
722- help = 'reenable spinner' )
723-
724720 parser .add_argument ('--no-spinner' ,
725721 action = 'store_false' , dest = 'spinner' ,
726722 help = 'disable spinner' )
You can’t perform that action at this time.
0 commit comments