Skip to content

Commit

Permalink
docs: collapsed the results
Browse files Browse the repository at this point in the history
  • Loading branch information
kurone-kito committed May 11, 2021
1 parent 4c8a233 commit 16c74b8
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions packages/dantalion-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ npm install -g @kurone-kito/dantalion-cli
dantalion personality 1993-10-09
```

#### Result
<!-- markdownlint-disable MD033 -->
<details><summary>Result</summary>

```json
{
Expand All @@ -44,13 +45,17 @@ dantalion personality 1993-10-09
}
```

</details>
<!-- markdownlint-enable MD033 -->

### Get detailed information on personality

```sh
dantalion details 555
```

#### Result
<!-- markdownlint-disable MD033 -->
<details><summary>Result</summary>

```json
{
Expand Down Expand Up @@ -94,6 +99,9 @@ dantalion details 555
}
```

</details>
<!-- markdownlint-enable MD033 -->

## See also

- [See the wiki for more details.](https://github.com/kurone-kito/dantalion/wiki)
Expand Down

0 comments on commit 16c74b8

Please sign in to comment.