cmd/clef: Add new --acceptWarn to clef README

This commit is contained in:
ligi 2020-04-25 00:41:08 +02:00
parent a273f273e2
commit fd4583d985
No known key found for this signature in database
GPG key ID: 8E81894010ABF23D

View file

@ -46,6 +46,7 @@ GLOBAL OPTIONS:
--stdio-ui Use STDIN/STDOUT as a channel for an external UI. This means that an STDIN/STDOUT is used for RPC-communication with a e.g. a graphical user interface, and can be used when Clef is started by an external process.
--stdio-ui-test Mechanism to test interface between Clef and UI. Requires 'stdio-ui'.
--advanced If enabled, issues warnings instead of rejections for suspicious requests. Default off
--acceptWarn If set, does not show the warning during boot
--help, -h show help
--version, -v print the version
```