tokland / shoogle

Use the Google API from the shell
GNU General Public License v3.0
97 stars 13 forks source link

'Show'ing dotted versions #10

Open davesteele opened 6 years ago

davesteele commented 6 years ago

'show' doesn't work with dotted versions.

$ shoogle show prediction
prediction:v1.2 - Prediction API
prediction:v1.3 - Prediction API
prediction:v1.4 - Prediction API
prediction:v1.5 - Prediction API
prediction:v1.6 - Prediction API

$ shoogle show prediction:v1.2
[ERROR] Service API not found: prediction:v1

$ shoogle show prediction:v1\.2
[ERROR] Service API not found: prediction:v1

$ shoogle show prediction:v1\\.2
[ERROR] Service API not found: prediction:v1\

$ shoogle show "prediction:v1.2"
[ERROR] Service API not found: prediction:v1

$ shoogle show "prediction:v1\.2"
[ERROR] Service API not found: prediction:v1\

$ shoogle show vision:v1
vision:v1 - Cloud Vision API
vision:v1p1beta1 - Cloud Vision API
vision:v1p2beta1 - Cloud Vision API