File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -45,27 +45,27 @@ If you need an internal API stabilized please [file an issue](https://github.com
4545## CLI
4646
4747``` {eval-rst}
48- .. automethod:: tmuxp.cli._reattach
48+ .. automethod:: tmuxp.cli.utils.get_config_dir
4949```
5050
5151``` {eval-rst}
52- .. automethod:: tmuxp.cli.get_config_dir
52+ .. automethod:: tmuxp.cli.utils._validate_choices
5353```
5454
5555``` {eval-rst}
56- .. automethod:: tmuxp.cli.get_teamocil_dir
56+ .. automethod:: tmuxp.cli.import_config. get_teamocil_dir
5757```
5858
5959``` {eval-rst}
60- .. automethod:: tmuxp.cli.get_tmuxinator_dir
60+ .. automethod:: tmuxp.cli.import_config. get_tmuxinator_dir
6161```
6262
6363``` {eval-rst}
64- .. automethod:: tmuxp.cli.load_workspace
64+ .. automethod:: tmuxp.cli.load. load_workspace
6565```
6666
6767``` {eval-rst}
68- .. automethod:: tmuxp.cli._validate_choices
68+ .. automethod:: tmuxp.cli.load._reattach
6969```
7070
7171## Configuration
Original file line number Diff line number Diff line change 77## From teamocil
88
99``` {eval-rst}
10- .. click:: tmuxp.cli:command_import_teamocil
10+ .. click:: tmuxp.cli.import_config :command_import_teamocil
1111 :prog: tmuxp import teamocil
1212 :nested: full
1313```
@@ -33,7 +33,7 @@ $ tmuxp import teamocil /path/to/file.json
3333## From tmuxinator
3434
3535``` {eval-rst}
36- .. click:: tmuxp.cli:command_import_tmuxinator
36+ .. click:: tmuxp.cli.import_config :command_import_tmuxinator
3737 :prog: tmuxp import tmuxinator
3838 :nested: short
3939```
You can’t perform that action at this time.
0 commit comments