Commit fe6d057d authored by aniket-engg's avatar aniket-engg Committed by Aniket

remixd version option

parent a280a5ba
......@@ -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')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment