forked from Anri/cal8tor
documentation
This commit is contained in:
parent
aafd734728
commit
4791463150
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ struct Args {
|
||||||
#[clap(short, long, value_name = "FILE NAME")]
|
#[clap(short, long, value_name = "FILE NAME")]
|
||||||
export: Option<String>,
|
export: Option<String>,
|
||||||
|
|
||||||
/// Size of cell of the timetable (irrelevant when exporting the timetable)
|
/// Size of cell of the timetable (irrelevant when exporting)
|
||||||
#[clap(short, long, value_name = "CELL LENGTH", default_value_t = 35)]
|
#[clap(short, long, value_name = "CELL LENGTH", default_value_t = 35)]
|
||||||
cl: usize,
|
cl: usize,
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue