Unverified Commit 05ca2b03 authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #62 from fulldecent/patch-1

Two-way connection
parents 24f3e29b 4c8fea78
...@@ -20,7 +20,7 @@ Remixd needs `npm` and `node` ...@@ -20,7 +20,7 @@ Remixd needs `npm` and `node`
``` ```
Usage: remixd -s <shared folder> Usage: remixd -s <shared folder>
Provide a two ways connection between the local computer and Remix IDE. Provide a two-way connection between the local computer and Remix IDE.
Options: Options:
......
...@@ -9,7 +9,7 @@ var fs = require('fs-extra') ...@@ -9,7 +9,7 @@ var fs = require('fs-extra')
program program
.usage('-s <shared folder>') .usage('-s <shared folder>')
.description('Provide a two ways connection between the local computer and Remix IDE') .description('Provide a two-way connection between the local computer and Remix IDE')
.option('--remix-ide <url>', 'URL of remix instance allowed to connect to this web sockect connection') .option('--remix-ide <url>', 'URL of remix instance allowed to connect to this web sockect connection')
.option('-s, --shared-folder <path>', 'Folder to share with Remix IDE') .option('-s, --shared-folder <path>', 'Folder to share with Remix IDE')
.option('--read-only', 'Treat shared folder as read-only (experimental)') .option('--read-only', 'Treat shared folder as read-only (experimental)')
......
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