piperider
piperider copied to clipboard
[Bug] Fix the quotation of pip install message
change this message in the CLI:
Please run 'pip install piperider[csv]' to get the csv connector
to
Please run "pip install 'piperider[csv]'" to get the csv connector
The original one does not work in zsh
PR checklist
- [X] Ensure you have added or ran the appropriate tests for your PR.
- [X] DCO signed
What type of PR is this?
What this PR does / why we need it:
Which issue(s) this PR fixes:
Special notes for your reviewer:
Does this PR introduce a user-facing change?: