Suresh Kumar
Suresh Kumar
example: > > > db.get('key_dont_exist','default_value') > > > 'default_value'
Signed-off-by: Suresh Kumar **What this PR does / why we need it**: closes #10884 bug: plugin does not work when HELM_DATA_HOME directory path contains spaces solution: existing method expands env...
Please provide those informations: - [x] Operating System - MacOS Big Sur 11.6 - [x] Python version - Python 3.8.12 - [x] GPlayCli version via `gplaycli -v` - 3.29 -...
adding add proxy support to cli interface would be very useful. example ``` gplaycli -s com.google.android.youtube --proxy proxy1 ``` Yes. I know I can set environment variable `export HTTP_PROXY="http://proxy1"` and...