Skip to content

Commit

Permalink
chore: test cli change
Browse files Browse the repository at this point in the history
  • Loading branch information
sadeghbarati committed Jan 5, 2025
1 parent fded7ef commit f67bffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ async function main() {

const program = new Command()
.name('shadcn-vue')
.description('add components and dependencies to your project')
.description('add components and dependencies to your project.')
.version(
packageInfo.version || '1.0.0',
'-v, --version',
Expand Down

0 comments on commit f67bffb

Please sign in to comment.