mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:33:27 +00:00
Add a -v flag to source-file to show the commands and line numbers.
This commit is contained in:
4
tmux.1
4
tmux.1
@ -1251,7 +1251,7 @@ and
|
||||
.Fl T
|
||||
show debugging information about jobs and terminals.
|
||||
.It Xo Ic source-file
|
||||
.Op Fl nq
|
||||
.Op Fl nqv
|
||||
.Ar path
|
||||
.Ar ...
|
||||
.Xc
|
||||
@ -1269,6 +1269,8 @@ does not exist.
|
||||
With
|
||||
.Fl n ,
|
||||
the file is parsed but no commands are executed.
|
||||
.Fl v
|
||||
shows the parsed commands and line numbers if possible.
|
||||
.It Ic start-server
|
||||
.D1 (alias: Ic start )
|
||||
Start the
|
||||
|
Reference in New Issue
Block a user