Skip to content

Commit

Permalink
Merge pull request #400 from liam-hq/improve-build-option-description
Browse files Browse the repository at this point in the history
Improve `erd build` option description
  • Loading branch information
hoshinotsuyoshi authored Dec 27, 2024
2 parents fc6ba1d + 3d5fb1e commit cfe81e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/packages/cli/src/cli/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ program.addCommand(erdCommand)
erdCommand
.command('build')
.description('Build ERD html assets')
.option('--input <path>', 'Path to the .sql file')
.option('--format <format>', 'Format of the input file')
.option('--input <path|url>', 'Path or URL to the schema file')
.option('--format <format>', 'Format of the input file (postgres|schemarb)')
.action((options) => buildCommand(options.input, distDir, options.format))

export { program }

0 comments on commit cfe81e5

Please sign in to comment.