Skip to content

'Show'ing dotted versions #10

@davesteele

Description

@davesteele

'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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions