Open keinsell opened 5 months ago
> keinsell@pop-os:~$ neuronek ingestion create --substance-name "caffeine" --route-of-administration "Oral" --dosage "120mg" thread 'main' panicked at src/ingestion_analyzer.rs:103:67: called `Result::unwrap()` on an `Err` value: NoSeparator note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace Aborted (core dumped) > keinsell@pop-os:~$ neuronek ingestion create --substance-name "caffeine" --route-of-administration "Oral" --dosage "120 mg" "common" IngestionAnalysis { substance_name: "Caffeine", route_of_administration_classification: Oral, dosage_analysis: Some( DosageAnalysis { dosage_classification: Unknown, }, ), } Ingestion created with ID: 32
NEU-39 CLI will crash when no space between dosage amount and dosage unit was given