Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

zowe --hw is not honoring \n in description fields #715

Closed
davidkjackson54 opened this issue Dec 22, 2021 · 0 comments · Fixed by #716
Closed

zowe --hw is not honoring \n in description fields #715

davidkjackson54 opened this issue Dec 22, 2021 · 0 comments · Fixed by #716
Assignees

Comments

@davidkjackson54
Copy link

Entering this into a cli plugin definition .

options: [
    {
      name: "chkInsourcelocation",
      aliases: ["csl"],
      description:
        "Check in Source File Location\n 1: Development Dataset\n 5: Package\n 7: Temporary Sequential Dataset\n D: Db2 Catalog (Stored procedure)\n E: Edit from Package Library\n B: Request Body ",
      type: "string",
      required: true,
      allowableValues: {
        values: ["1", "5", "7", "D", "E", "B"],
      },
      defaultValue: "B",
    }, 

is not being honoured in the zowe online web help
image

but is being dispalyed correctly when the cli command -h is displayed in the terminal output
image
i

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants