Skip to content

Commit

Permalink
🚜 Updates formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jefftriplett committed Mar 2, 2024
1 parent 1d6a423 commit 8952bd5
Showing 1 changed file with 40 additions and 40 deletions.
80 changes: 40 additions & 40 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ for command in summary.stdout.decode('utf-8').split(' '):
cog.outl(
"<details>\n"
"<summary>\n"
"```shell\n"
"<code>\n"
f"$ just {command}\n"
"```\n"
"</code>\n"
"</summary>\n"
)
command_show = subprocess.run(['just', '--show', command], stdout=subprocess.PIPE)
Expand All @@ -135,9 +135,9 @@ for command in summary.stdout.decode('utf-8').split(' '):

<details>
<summary>
```shell
<code>
$ just bootstrap
```
</code>
</summary>

```shell
Expand Down Expand Up @@ -167,9 +167,9 @@ bootstrap *ARGS:

<details>
<summary>
```shell
<code>
$ just build
```
</code>
</summary>

```shell
Expand All @@ -182,9 +182,9 @@ $ just build

<details>
<summary>
```shell
<code>
$ just console
```
</code>
</summary>

```shell
Expand All @@ -197,9 +197,9 @@ $ just console

<details>
<summary>
```shell
<code>
$ just down
```
</code>
</summary>

```shell
Expand All @@ -212,9 +212,9 @@ $ just down

<details>
<summary>
```shell
<code>
$ just lint
```
</code>
</summary>

```shell
Expand All @@ -227,9 +227,9 @@ $ just lint

<details>
<summary>
```shell
<code>
$ just lock
```
</code>
</summary>

```shell
Expand All @@ -248,9 +248,9 @@ $ just lock

<details>
<summary>
```shell
<code>
$ just logs
```
</code>
</summary>

```shell
Expand All @@ -263,9 +263,9 @@ $ just logs

<details>
<summary>
```shell
<code>
$ just manage
```
</code>
</summary>

```shell
Expand All @@ -278,9 +278,9 @@ $ just manage

<details>
<summary>
```shell
<code>
$ just pg_dump
```
</code>
</summary>

```shell
Expand All @@ -301,9 +301,9 @@ $ just pg_dump

<details>
<summary>
```shell
<code>
$ just pg_restore
```
</code>
</summary>

```shell
Expand All @@ -326,9 +326,9 @@ $ just pg_restore

<details>
<summary>
```shell
<code>
$ just pre-commit
```
</code>
</summary>

```shell
Expand All @@ -341,9 +341,9 @@ $ just pre-commit

<details>
<summary>
```shell
<code>
$ just restart
```
</code>
</summary>

```shell
Expand All @@ -356,9 +356,9 @@ $ just restart

<details>
<summary>
```shell
<code>
$ just run
```
</code>
</summary>

```shell
Expand All @@ -371,9 +371,9 @@ $ just run

<details>
<summary>
```shell
<code>
$ just start
```
</code>
</summary>

```shell
Expand All @@ -386,9 +386,9 @@ $ just start

<details>
<summary>
```shell
<code>
$ just stop
```
</code>
</summary>

```shell
Expand All @@ -401,9 +401,9 @@ $ just stop

<details>
<summary>
```shell
<code>
$ just tail
```
</code>
</summary>

```shell
Expand All @@ -416,9 +416,9 @@ $ just tail

<details>
<summary>
```shell
<code>
$ just test
```
</code>
</summary>

```shell
Expand All @@ -431,9 +431,9 @@ $ just test

<details>
<summary>
```shell
<code>
$ just up
```
</code>
</summary>

```shell
Expand All @@ -446,9 +446,9 @@ $ just up

<details>
<summary>
```shell
<code>
$ just upgrade
```
</code>
</summary>

```shell
Expand Down

0 comments on commit 8952bd5

Please sign in to comment.