Dealing with hyphen errors in another issue it was found that clap seems to be the root of multiple erroneous interaction with arguments with hyphens and flags to echo.
issue: #7558
Implementation attempts #7559 , #7581
It seems that parsing flags manually without the help of Clap might help get rid of those errors and also would also make the clap dependency redundant?
Dealing with hyphen errors in another issue it was found that clap seems to be the root of multiple erroneous interaction with arguments with hyphens and flags to echo.
issue: #7558
Implementation attempts #7559 , #7581
It seems that parsing flags manually without the help of Clap might help get rid of those errors and also would also make the clap dependency redundant?