mirror of
https://github.com/Crocmagnon/blog.git
synced 2024-11-13 03:23:53 +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.
|
||||
|
||||
```shell
|
||||
❯ invoke --list # shorter: inv -l
|
||||
```shell-session
|
||||
$ invoke --list # shorter: inv -l
|
||||
Available tasks:
|
||||
|
||||
compile-dependencies
|
||||
sync-dependencies
|
||||
update-dependencies
|
||||
|
||||
❯ inv compile-dependencies
|
||||
$ inv compile-dependencies
|
||||
# Runs the commands...
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue