flake8
passed.
JSHint
passed.
Review Request #9794 — Created March 16, 2018 and updated
Information | |
---|---|
solarmist | |
RBTools | |
master | |
49d0f1b... | |
Reviewers | |
rbtools | |
chipx86, david |
Add pretty print short option to api_get
Tested in python 2.7
./bin/rbt-2.7 api-get -pp webhooks { "err": { "code": 101, "msg": "You don't have permission for this" }, "stat": "fail" }
Description | From | Last Updated |
---|---|---|
I've been thinking about this, and this is the only place where we have a two-character "short" arg. I think … |
|
rbtools/commands/api_get.py (Diff revision 1) |
---|
I've been thinking about this, and this is the only place where we have a two-character "short" arg. I think if we want to do this at all, we really should stay consistent and make it
-p
or-P
.