Clap: default value only if the flag was provides
- TODO
./program --input 100 # set input to Some(100)
./program --input # set input to the dafult Some(42)
./program # input is None
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
./program --input 100 # set input to Some(100)
./program --input # set input to the dafult Some(42)
./program # input is None