remixd version option

pull/1093/head^2
aniket-engg 4 years ago committed by Aniket
parent a280a5baa1
commit fe6d057d32
  1. 3
      libs/remixd/src/bin/remixd.ts

@ -26,6 +26,9 @@ function startService<S extends 'git' | 'folder'> (service: S, callback: (ws: WS
}
(async () => {
const { version } = require('../package.json')
program.version(version, '-v, --version')
program
.usage('-s <shared folder>')
.description('Provide a two-way connection between the local computer and Remix IDE')

Loading…
Cancel
Save