Skip to content

Commit e807999

Browse files
committed
moving load --log-file feature to new branch
1 parent 583793f commit e807999

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tmuxp/cli.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,9 +1020,6 @@ def command_freeze(session_name, socket_name, socket_path, force):
10201020
flag_value=88,
10211021
help='Like -2, but indicates that the terminal supports 88 colours.',
10221022
)
1023-
@click.option(
1024-
'--log-file', 'log_file', default=None, help='File to log output to'
1025-
)
10261023
def command_load(
10271024
ctx,
10281025
config,
@@ -1031,8 +1028,7 @@ def command_load(
10311028
new_session_name,
10321029
answer_yes,
10331030
detached,
1034-
colors,
1035-
log_file
1031+
colors
10361032
):
10371033
"""Load a tmux workspace from each CONFIG.
10381034

0 commit comments

Comments
 (0)