Skip to content

Commit 0650d14

Browse files
committed
moving load --log-file feature to new branch
1 parent 29349bb commit 0650d14

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
@@ -876,9 +876,6 @@ def command_freeze(session_name, socket_name, socket_path, force):
876876
flag_value=88,
877877
help='Like -2, but indicates that the terminal supports 88 colours.',
878878
)
879-
@click.option(
880-
'--log-file', 'log_file', default=None, help='File to log output to'
881-
)
882879
def command_load(
883880
ctx,
884881
config,
@@ -887,8 +884,7 @@ def command_load(
887884
new_session_name,
888885
answer_yes,
889886
detached,
890-
colors,
891-
log_file
887+
colors
892888
):
893889
"""Load a tmux workspace from each CONFIG.
894890

0 commit comments

Comments
 (0)