Added print_command to run

This commit is contained in:
Scoopta
2020-08-07 23:36:09 -07:00
parent 15d48b377d
commit 09efb27a78
2 changed files with 10 additions and 1 deletions

View File

@@ -42,6 +42,9 @@ If true spaces will not be treated as part of the executable name but rather as
.TP
.B show_all=\fIBOOL\fR
If true shows all the entries in path, this will show entries that have the same executable name, for example /bin/bash and /usr/bin/bash will be shown separately as bash instead of having one bash entry for the first one encountered, default is true.
.TP
.B print_command=\fIBOOL\fR
If true the executable that would be run will be printed to stdout instead of executing it, default is false.
.SH DRUN CONFIG OPTIONS
.TP