Skip to content

Commit

Permalink
Merge pull request #3 from CMSgov/cli-update
Browse files Browse the repository at this point in the history
Cli update
  • Loading branch information
shaselton-usds authored Mar 5, 2024
2 parents 24f1055 + 5673562 commit dccc2ce
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 65 deletions.
126 changes: 63 additions & 63 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"chalk": "^5.3.0",
"commander": "^10.0.1",
"hpt-validator": "^0.1.0-alpha.14"
"hpt-validator": "1.0.0-rc.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.62.0",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ main().catch((error) => {
async function main() {
program
.argument("<filepath>", "filepath to validate")
.addArgument(new Argument("<version>").choices(["v1.1"]))
.addArgument(new Argument("<version>").choices(["v2.0", "v2.0.0"]))
.addOption(
new Option("-f, --format <string>", "file format of file").choices([
"csv",
Expand Down

0 comments on commit dccc2ce

Please sign in to comment.