Skip to content

Parse server CLI help has HTML formatting #8434

@richardgroves

Description

@richardgroves

New Issue Checklist

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

No one assigned

    Labels

    type:bugImpaired feature or lacking behavior that is likely assumed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions