-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Open
Labels
type:bugImpaired feature or lacking behavior that is likely assumedImpaired feature or lacking behavior that is likely assumed
Description
New Issue Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
- I can reproduce the issue with the latest version of Parse Server.
Issue Description
Command line help (from parse-server --help
) has HTML formatting (eg. <br>) in it.
Steps to reproduce
Run parse-server --help
Actual Outcome
This, and several more:
--directAccess [directAccess] Set to `true` if Parse requests within the same Node.js environment as Parse Server should be routed to Parse Server directly instead of via the HTTP interface.
Default is `false`.<br><br>If set to `false` then Parse requests within the same Node.js environment as Parse Server are executed as HTTP requests sent to Parse
Server via the `serverURL`.\
Expected Outcome
Not to have HTML formatting in CLI console output. Maybe a \n?
Environment
macOS 13.2.1, terminal, parse-server@6.0.0
Server
- Parse Server version:
6.0.0
- Operating system:
macOS 13.2.1
- Local or remote host (AWS, Azure, Google Cloud, Heroku, Digital Ocean, etc):
local
Database
- System (MongoDB or Postgres):
NA
- Database version:
NA
- Local or remote host (MongoDB Atlas, mLab, AWS, Azure, Google Cloud, etc):
NA
Client
- SDK (iOS, Android, JavaScript, PHP, Unity, etc):
NA
- SDK version:
NA
Logs
NA
Metadata
Metadata
Assignees
Labels
type:bugImpaired feature or lacking behavior that is likely assumedImpaired feature or lacking behavior that is likely assumed