Skip to content

Outdated CLI help #115

@dbtools-antcampo

Description

@dbtools-antcampo

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

The help command shows outdated content.

Reproduction steps

Run the command:
`npm create @oracle/database-app -- --help`
Output

> npx
> create-database-app --help

generate template

USAGE
  $ create-database-app  [FILE] [-n <value>] [-t <value>]

ARGUMENTS
  FILE  file to read

FLAGS
  -n, --name=<value>      name to print
  -t, --template=<value>  Template name

DESCRIPTION
  generate template

EXAMPLES
  $ create-database-app


### Expected Behavior

The command should show the same list of flags from the documentation.

### Screenshots

_No response_

### Environment

```markdown
- Shell: bash

Relevant log output

npm create @oracle/database-app -- --help

> npx
> create-database-app --help

generate template

USAGE
  $ create-database-app  [FILE] [-n <value>] [-t <value>]

ARGUMENTS
  FILE  file to read

FLAGS
  -n, --name=<value>      name to print
  -t, --template=<value>  Template name

DESCRIPTION
  generate template

EXAMPLES
  $ create-database-app

Anything else?

No response

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions