Debug short option is missing for client
Bug #1420915 reported by
Denis Cavalcante
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-swiftclient |
In Progress
|
Undecided
|
Denis Cavalcante |
Bug Description
A short option for debug is common to many tools, because it requests less effort from the operator.
Glance already provides short and long opt for debug: -d, --debug
The idea is to provide the option for -d as well.
Changed in python-swiftclient: | |
assignee: | nobody → Denis Cavalcante (denis-cavalcante) |
Changed in python-swiftclient: | |
status: | New → In Progress |
To post a comment you must log in.
Swift client uses -d short option for --delimiter, but would be a nice to have standard of common parameters like -d being short opt for --debug.
It seems that nova, cinder, neutron, manila and keystone clients do not use the -d option. It would be a chance for updating only swift client.