Skip to content

Commit f54a04f

Browse files
committed
chore(tmuxp ls): Fix doc string
1 parent 28b72ef commit f54a04f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tmuxp/cli/ls.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
from .utils import get_config_dir
77

88

9-
@click.command(name="ls", short_help=f"List configured sessions in {get_config_dir()}.")
9+
@click.command(
10+
name="ls",
11+
short_help="List configured sessions in :meth:`tmuxp.cli.utils.get_config_dir`.",
12+
)
1013
def command_ls():
1114
tmuxp_dir = get_config_dir()
1215
if os.path.exists(tmuxp_dir) and os.path.isdir(tmuxp_dir):

0 commit comments

Comments
 (0)