Skip to content

Commit

Permalink
Fix list Example
Browse files Browse the repository at this point in the history
  • Loading branch information
ta-Hirose committed Sep 27, 2022
1 parent ec43443 commit f8db83a
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions doc/en/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,24 @@ To output data without formatting, specify `-s`.

## Examples

```bush
```bash
# Show all data
dim list

# (output image)
# example
# - URL : https://example.com/example.txt
# - Name : example
# - File path : ./data_files/example/example.txt
# - Catalog URL : https://example.com/ckan/dataset
# - Catalog resourceid: 012abcd3-ef45-67g8-90h1-234i56j789kl
# - Last modified : 2021-01-02T03:04:05.678Z
# - ETag : 0123ab45c67d8901e23fgh456i7890j1
# - Last downloaded : 2022-01-02T03:04:05.678Z
# Output image
> example
> - URL : https://example.com/example.txt
> - Name : example
> - File path : ./data_files/example/example.txt
> - Catalog URL : https://example.com/ckan/dataset
> - Catalog resourceid: 123abc45-67de-890f-1234-234a56b789cd
> - Last modified : 2021-01-02T03:04:05.678Z
> - ETag : 0123ab45c67d8901e23fab456c7890d1
> - Last downloaded : 2022-01-02T03:04:05.678Z

# Show data only
dim list -s

# output image
# example https://example.com/example.txt ./data_files/example/example.txt https://example.com/ckan/dataset 123abcd4-ef56-78g9-12h3-456i78j912kl 2021-01-02T03:04:05.678Z 0123ab45c67d8901e23fgh456i7890j1 2022-01-02T03:04:05.678Z
# Output image
> example https://example.com/example.txt ./data_files/example/example.txt https://example.com/ckan/dataset 123abc45-67de-890f-1234-234a56b789cd 2021-01-02T03:04:05.678Z 0123ab45c67d8901e23fab456c7890d1 2022-01-02T03:04:05.678Z
```

0 comments on commit f8db83a

Please sign in to comment.