Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outdated CLI help #115

Open
1 task done
dbtools-antcampo opened this issue Sep 5, 2024 · 0 comments
Open
1 task done

Outdated CLI help #115

dbtools-antcampo opened this issue Sep 5, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@dbtools-antcampo
Copy link
Member

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

@dbtools-antcampo dbtools-antcampo added the bug Something isn't working label Sep 5, 2024
@dbtools-antcampo dbtools-antcampo changed the title Outdate CLI help Outdated CLI help Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants