Skip to content

Commit c4bf732

Browse files
committed
docs(cli): Highlighting
1 parent 05486cc commit c4bf732

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/cli.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ eval "$(_TMUXP_COMPLETE=zsh_source tmuxp)"
3232

3333
## Shell
3434

35-
```
36-
tmuxp shell
35+
```console
36+
$ tmuxp shell
3737

38-
tmuxp shell <session_name>
38+
$ tmuxp shell <session_name>
3939

40-
tmuxp shell <session_name> <window_name>
40+
$ tmuxp shell <session_name> <window_name>
4141

42-
tmuxp shell -c 'python code'
42+
$ tmuxp shell -c 'python code'
4343
```
4444

4545
Launch into a python console with [libtmux][libtmux] objects. Compare to django's shell.

0 commit comments

Comments
 (0)