mirror of
https://github.com/Crocmagnon/blog.git
synced 2024-11-21 23:38:03 +01:00
Fix shell session code block
This commit is contained in:
parent
875502c826
commit
a0fc3ced50
1 changed files with 3 additions and 3 deletions
|
@ -125,15 +125,15 @@ def sync_dependencies(ctx: Context) -> None:
|
||||||
|
|
||||||
Invoke is a sort of Makefile, but written in Python.
|
Invoke is a sort of Makefile, but written in Python.
|
||||||
|
|
||||||
```shell
|
```shell-session
|
||||||
❯ invoke --list # shorter: inv -l
|
$ invoke --list # shorter: inv -l
|
||||||
Available tasks:
|
Available tasks:
|
||||||
|
|
||||||
compile-dependencies
|
compile-dependencies
|
||||||
sync-dependencies
|
sync-dependencies
|
||||||
update-dependencies
|
update-dependencies
|
||||||
|
|
||||||
❯ inv compile-dependencies
|
$ inv compile-dependencies
|
||||||
# Runs the commands...
|
# Runs the commands...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue