Add more doc 😃

This commit is contained in:
Anas Elgarhy 2022-10-13 19:30:28 +02:00
parent 765d296f16
commit 96175f78bf
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ pub struct Args {
/// The brainfuck source code file to run (if not will be entered in REPL mode)
#[arg(default_value = None)]
pub source: Option<String>,
/// The extra features to enable
#[arg(short, long, default_value = None)]
pub features: Option<Vec<Feature>>,
/// The brainfuck array size