Open
Description
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