The system is unable to detect the commands if you remove the blankspaces in between each flag in the command. For example, if you remove the space in front of -q in the first picture or you remove the space in between -e and the arguments in the second picture. It would be more user-friendly if you were able to parse out the inputs by detecting the flags even if there is no blankspaces in between.


The system is unable to detect the commands if you remove the blankspaces in between each flag in the command. For example, if you remove the space in front of -q in the first picture or you remove the space in between -e and the arguments in the second picture. It would be more user-friendly if you were able to parse out the inputs by detecting the flags even if there is no blankspaces in between.