We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28b72ef commit f54a04fCopy full SHA for f54a04f
tmuxp/cli/ls.py
@@ -6,7 +6,10 @@
6
from .utils import get_config_dir
7
8
9
-@click.command(name="ls", short_help=f"List configured sessions in {get_config_dir()}.")
+@click.command(
10
+ name="ls",
11
+ short_help="List configured sessions in :meth:`tmuxp.cli.utils.get_config_dir`.",
12
+)
13
def command_ls():
14
tmuxp_dir = get_config_dir()
15
if os.path.exists(tmuxp_dir) and os.path.isdir(tmuxp_dir):
0 commit comments