From 7cd6a992153f757fbb018e365b1662ef24b96c8b Mon Sep 17 00:00:00 2001 From: Cyrix126 Date: Sat, 15 Jun 2024 11:24:46 +0200 Subject: [PATCH] feat: update technical implementation description of CLI --- NOTES_CLI.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/NOTES_CLI.md b/NOTES_CLI.md index 3a38f42..e51bcde 100644 --- a/NOTES_CLI.md +++ b/NOTES_CLI.md @@ -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.