Add --cmd option
This allows to kind of automate what profanity should do as first jobs, e.g. `--cmd /foo --cmd /bar --cmd /quit` so one can easily check for memory leaks. Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
This commit is contained in:
@@ -36,6 +36,13 @@ may be set to DEBUG, INFO (the default), WARN or ERROR.
|
||||
.BI "\-f, \-\-logfile"
|
||||
Specify a different logfile
|
||||
.TP
|
||||
.BI "\-r, \-\-cmd"
|
||||
Specify the commands that should be run right after starting up.
|
||||
This can be given multiple times, e.g.
|
||||
.EX
|
||||
profanity --cmd /foo --cmd "/sleep 10" --cmd /quit
|
||||
.EE
|
||||
.TP
|
||||
.BI "\-t, \-\-theme "THEME
|
||||
Specify which theme to use.
|
||||
.I THEME
|
||||
|
||||
Reference in New Issue
Block a user