From 1d6a423bf44caa3f738b5ea5b77d8b744279155a Mon Sep 17 00:00:00 2001 From: Jeff Triplett Date: Sat, 2 Mar 2024 14:47:32 -0600 Subject: [PATCH] :pencil: Updates formatting --- README.md | 25 +++---------------------- 1 file changed, 3 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 2d46cf9..4e10849 100644 --- a/README.md +++ b/README.md @@ -120,9 +120,9 @@ for command in summary.stdout.decode('utf-8').split(' '): cog.outl( "
\n" "\n" - f"```shell\n" - f"\n$ just {command}\n" - f"```\n" + "```shell\n" + f"$ just {command}\n" + "```\n" "\n" ) command_show = subprocess.run(['just', '--show', command], stdout=subprocess.PIPE) @@ -136,7 +136,6 @@ for command in summary.stdout.decode('utf-8').split(' '):
```shell - $ just bootstrap ``` @@ -169,7 +168,6 @@ bootstrap *ARGS:
```shell - $ just build ``` @@ -185,7 +183,6 @@ $ just build
```shell - $ just console ``` @@ -201,7 +198,6 @@ $ just console
```shell - $ just down ``` @@ -217,7 +213,6 @@ $ just down
```shell - $ just lint ``` @@ -233,7 +228,6 @@ $ just lint
```shell - $ just lock ``` @@ -255,7 +249,6 @@ $ just lock
```shell - $ just logs ``` @@ -271,7 +264,6 @@ $ just logs
```shell - $ just manage ``` @@ -287,7 +279,6 @@ $ just manage
```shell - $ just pg_dump ``` @@ -311,7 +302,6 @@ $ just pg_dump
```shell - $ just pg_restore ``` @@ -337,7 +327,6 @@ $ just pg_restore
```shell - $ just pre-commit ``` @@ -353,7 +342,6 @@ $ just pre-commit
```shell - $ just restart ``` @@ -369,7 +357,6 @@ $ just restart
```shell - $ just run ``` @@ -385,7 +372,6 @@ $ just run
```shell - $ just start ``` @@ -401,7 +387,6 @@ $ just start
```shell - $ just stop ``` @@ -417,7 +402,6 @@ $ just stop
```shell - $ just tail ``` @@ -433,7 +417,6 @@ $ just tail
```shell - $ just test ``` @@ -449,7 +432,6 @@ $ just test
```shell - $ just up ``` @@ -465,7 +447,6 @@ $ just up
```shell - $ just upgrade ```