Skip to content

Commit

Permalink
update pywiscat CLI (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis authored Apr 5, 2024
1 parent 7aef174 commit 1496496
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ At the moment, the available GDCs are as follows:
- China Meteorological Administration: https://api.weather.gc.ca/api/collections/wis2-discovery-metadata

```bash
pywiscat wis2 search --help
pywiscat search --help
```

!!! note
Expand All @@ -106,7 +106,7 @@ pywiscat wis2 search --help
environment variable

```bash
pywiscat wis2 search
pywiscat search
```

!!! question
Expand All @@ -126,7 +126,7 @@ pywiscat wis2 search
Let's try querying the GDC with a keyword:

```bash
pywiscat wis2 search -q observations
pywiscat search -q observations
```

!!! question
Expand Down Expand Up @@ -165,7 +165,7 @@ Try additional queries with `-q`
Let's get more details on a specific search result that we are interested in:

```bash
pywiscat wis2 get <id>
pywiscat get <id>
```

!!! tip
Expand Down

0 comments on commit 1496496

Please sign in to comment.