rcasteran / jarvis4se

JARVIS for Systems Engineers
https://regis-casteran.gitbook.io/jarvis4se/
MIT License
3 stars 1 forks source link

Remove extra spaces when retrieving item in commands #14

Closed rcasteran closed 2 years ago

rcasteran commented 2 years ago

Is your feature request related to a problem? Please describe. Execute the following commands:

%%jarvis
with test
F1 is a function
The type of  F1 is "Function"
The type of F1  is "Function"

Jarvis is unable to identify F1 and to apply it the requested type because spaces before and after F1

Describe the solution you'd like Jarvis must remove extra spaces before and after items Items with spaces are quoted (for example "calibration bench" is a single item)

Describe alternatives you've considered None