Description
App crashes when inputting invalid quantity when running the use i command
Steps to Reproduce
- Add an ingredient by running
add i/veg,2,pc
- Run an invalid
use i command : use i/veg,--2,pc
- The app will crash
Actual Output

Expected Output
The app should handle the input --2 correctly and not crash.
Description
App crashes when inputting invalid quantity when running the
use icommandSteps to Reproduce
add i/veg,2,pcuse icommand :use i/veg,--2,pcActual Output
Expected Output
The app should handle the input
--2correctly and not crash.