Skip to content

Commit

Permalink
feat(cli): help command (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
xs10l3 authored Oct 4, 2024
1 parent 26aa362 commit 7e6425a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/client/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import fs from 'node:fs'
import path, { dirname, resolve } from 'node:path'
import { fileURLToPath } from 'node:url'
import { Clerc } from 'clerc'
import { Clerc, helpPlugin } from 'clerc'
import { build, createServer } from 'vite'
import exportOut from '@vue-motion/export'
import vue from '@vitejs/plugin-vue'
Expand Down Expand Up @@ -134,4 +134,5 @@ export const client = Clerc.create()
})
process.exit()
})
.use(helpPlugin())
.parse()

0 comments on commit 7e6425a

Please sign in to comment.