Add FWPARS cmdline argument.

This argument forwards parameters to ConEmu app.

	e.g. Cmder.exe /FWPARS "-min -tsa"

In this case Cmder will start minimized on TaskBar
This commit is contained in:
Ezio
2019-05-12 15:18:15 +02:00
parent 865e443fcd
commit 5def1c584a
2 changed files with 17 additions and 4 deletions

View File

@ -50,6 +50,7 @@ The Cmder's user interface is also designed to be more eye pleasing, and you can
| `/SINGLE` | Start Cmder in single mode. |
| `/START [start_path]` | Folder path to start in. |
| `/TASK [task_name]` | Task to start after launch. |
| `/FWPARS [ConEmu params]` | Forwads parameters to ConEmu |
## Context Menu Integration