-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
In part 3, step 2 of the step-by-step guide, we write
Run
cargo run -- --help; the--separates arguments forcargo runfrom the arguments we want to pass to our program; otherwise,--helpwould've been passed tocargo run. The output should provide a short manual for our future users!
This is not true. The code change to make that happen (adding let cli = Cli::parse();) is given one step later, in step 3.
Metadata
Metadata
Assignees
Labels
No labels