forked from Anri/cal8tor
more precise question
This commit is contained in:
parent
bc88e97f3d
commit
9d64fd65a4
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ async fn main() {
|
||||||
|
|
||||||
let date = match args.first_day {
|
let date = match args.first_day {
|
||||||
None => Input::new()
|
None => Input::new()
|
||||||
.with_prompt("Début des cours de l'année")
|
.with_prompt("Début des cours de l'année (première période)")
|
||||||
.default(info::get_start_date(level, args.semester, args.year, &user_agent).await)
|
.default(info::get_start_date(level, args.semester, args.year, &user_agent).await)
|
||||||
.interact_text()
|
.interact_text()
|
||||||
.unwrap(),
|
.unwrap(),
|
||||||
|
|
Loading…
Reference in a new issue