feat: update technical implementation description of CLI

This commit is contained in:
Cyrix126 2024-06-15 11:24:46 +02:00
parent 359d253fb2
commit 7cd6a99215

View file

@ -46,7 +46,5 @@ You are not the winner
## Technical implementation
The CLI binary must be constructed by enabling the feature `cli`.
The feature enabled will adapt the code of the GUI.
It has also his own main source file.
The cli args are managed by [clap](https://docs.rs/clap).
The code for managing current args from upstream will be replaced to use this crate.