File tree 5 files changed +25
-3
lines changed
5 files changed +25
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ tmuxp automatically will prompt to convert `.yaml` to `.json` and
26
26
## Reference
27
27
28
28
``` {eval-rst}
29
- .. click:: tmuxp.cli:cli
29
+ .. click:: tmuxp.cli.convert:command_convert
30
30
:prog: tmuxp convert
31
31
:commands: convert
32
32
:nested: full
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ environment:
21
21
## Reference
22
22
23
23
``` {eval-rst}
24
- .. click:: tmuxp.cli:cli
25
- :prog: tmuxp
24
+ .. click:: tmuxp.cli.debug_info:command_debug_info
25
+ :prog: tmuxp debug-info
26
26
:commands: debug-info
27
27
:nested: full
28
28
```
Original file line number Diff line number Diff line change
1
+ (edit-config)=
2
+
3
+ # tmuxp edit
4
+
5
+ ``` {eval-rst}
6
+ .. click:: tmuxp.cli.edit:command_edit
7
+ :prog: tmuxp edit
8
+ :commands: edit
9
+ :nested: full
10
+ ```
Original file line number Diff line number Diff line change 10
10
11
11
load
12
12
shell
13
+ ls
13
14
```
14
15
15
16
``` {toctree}
16
17
:caption: Configuration
17
18
:maxdepth: 1
18
19
20
+ edit
19
21
import
20
22
convert
21
23
freeze
Original file line number Diff line number Diff line change
1
+ (ls-config)=
2
+
3
+ # tmuxp ls
4
+
5
+ ``` {eval-rst}
6
+ .. click:: tmuxp.cli.ls:command_ls
7
+ :prog: tmuxp ls
8
+ :commands: ls
9
+ :nested: full
10
+ ```
You can’t perform that action at this time.
0 commit comments