Skip to content

Commit

Permalink
docs(cli): note that python-web-demo support is in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Aug 21, 2023
1 parent dab81de commit dd44f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/itk-wasm-cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ program
.requiredOption('-p, --package-name <package-name>', 'Output a package configuration files with the given packages name')
.requiredOption('-d, --package-description <package-description>', 'Description for package')
.option('-v, --package-version <package-version>', 'Package version, e.g. "1.0.0"')
.addOption(new Option('--interface <interface>', 'interface to generate bindings for, defaults to "typescript"').choices(['typescript', 'python', 'python-web-demo']))
.addOption(new Option('--interface <interface>', 'interface to generate bindings for, defaults to "typescript". "python-web-demo" support is in progress.').choices(['typescript', 'python', 'python-web-demo']))
.option('-r, --repository <repository-url>', 'Source code repository URL')
.option('-j, --js-module-url <js-module-url>', 'URL for the default hosted itk-wasm bindgen JS ESM module bundle. A JsDeliver is assumed by default.')
.usage('[options]')
Expand Down

0 comments on commit dd44f54

Please sign in to comment.