Skip to content

Commit

Permalink
feat(v3): bumping to v3
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Major version bump to v3
  • Loading branch information
johnlindquist committed Sep 26, 2024
1 parent 03be11d commit eb42daf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/cli/new.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ let name = arg?.pass
enter: `Create script and open in editor`,
strict: false,
initialChoices,
},
choices
}
// I don't think we need choices here
// choices
)

let { dirPath: selectedKenvPath } = await selectKenv({
Expand Down

0 comments on commit eb42daf

Please sign in to comment.