This repository has been archived by the owner on Jul 12, 2022. It is now read-only.
Change the input flags delimiter to support Windows for double quotes #871
Labels
🪲 bug
Report a bug encountered while operating Ritchie
📚 documentation
Improvements or additions to documentation
good first issue
Good for newcomers
✔️ refined
ISSUE refined by the Ritchie Team
waiting reply
Waiting for an answer to a comment
💠 Windows
This issue or pull request is specific to the Windows operating system
Milestone
What happened:
In windows, input flags do not accept single quotes, just double quotes or without quotes for words without spaces.
On Linux and Mac it is possible to use single and double quotes.
My suggestion is to standardize with double quotes to suit all systems equally.
Error Print
What you expected to happen:
Change documentation:
https://docs.ritchiecli.io/tutorials/standard-inputs/how-to-use-input-flags
Change output on --help flag
These are the only changes needed.
How to reproduce it (as minimally and precisely as possible):
Run any formula with input flags in the CMD on windows using single quotes and you will see the error.
Environment:
rit --version
): 2.9.0The text was updated successfully, but these errors were encountered: