Replace /FWPARS argument with /X as "daxgames" request.

This commit is contained in:
Ezio
2019-05-19 22:54:47 +02:00
parent 5def1c584a
commit 543c7ca6e9
3 changed files with 18 additions and 11 deletions

View File

@ -2,6 +2,12 @@
## [Unreleased]
* Question issue: [#2094](https://github.com/cmderdev/cmder/issues/2094)
* Pull Request : [#2096](https://github.com/cmderdev/cmder/pull/2096)
* New argument created to ConEmu forwarding arguments.
* Syntax: `/x [ConEmu extras arguments]`
* e.g.: `Cmder.exe /x "-min -tsa"`
### Fixes
* Pull Request: [#2002](https://github.com/cmderdev/cmder/pull/2002)