This commit is contained in:
rick 2023-04-23 11:50:56 +02:00
parent eada03a570
commit 916360671a
Signed by: Rick
GPG key ID: 5CBE8779CD27BCBA

View file

@ -94,9 +94,12 @@ fn parse_semicolon(end: Result<usize, ParseIntError>) -> Address {
#[derive(Debug)]
pub enum Command {
// TODO
Append(Address),
Insert(Address),
// TODO
Change(Address),
// TODO
Delete(Address),
// bool pour check ou pas (e et E) TODO mettre le chemin vers le fichier
Edit(bool),
@ -106,14 +109,18 @@ pub enum Command {
Help,
// TODO
SetHelp,
// TODO
Join(Address),
// TODO nom de la marque
Mark(Address),
// TODO
List(Address),
// TODO
Move(Address),
// TODO
Number(Address),
Print(Address),
// TODO
Prompt,
// bool pour check ou pas (q et Q)
Quit(bool),