Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
be39e248
Commit
be39e248
authored
Jun 04, 2021
by
aniket-engg
Committed by
Aniket
Jun 29, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
help updated
parent
68d1cca5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
10 deletions
+12
-10
README.md
libs/remixd/README.md
+11
-9
remixd.ts
libs/remixd/src/bin/remixd.ts
+1
-1
No files found.
libs/remixd/README.md
View file @
be39e248
...
@@ -26,18 +26,20 @@ If you were using the old one you need to:
...
@@ -26,18 +26,20 @@ If you were using the old one you need to:
## HELP SECTION
## HELP SECTION
```
```
Usage: remixd -s <shared folder> --remix-ide https://remix.ethereum.org
Usage: remixd -s <shared folder>
Provide a two-way connection between the local computer and Remix IDE.
Provide a two-way connection between the local computer and Remix IDE
Options:
Options:
-v, --version output the version number
-u, --remix-ide <url> URL of remix instance allowed to connect to this web sockect connection
-s, --shared-folder <path> Folder to share with Remix IDE
-r, --read-only Treat shared folder as read-only (experimental)
-h, --help output usage information
--remix-ide <url> URL of remix instance allowed to connect to this
Example:
web sockect connection
-s, --shared-folder <path> Folder to share with Remix IDE
remixd -s ./ -u http://localhost:8080
--read-only Treat shared folder as read-only (experimental)
-h, --help output usage information
```
```
...
...
libs/remixd/src/bin/remixd.ts
View file @
be39e248
...
@@ -62,7 +62,7 @@ function errorHandler (error: any, service: string) {
...
@@ -62,7 +62,7 @@ function errorHandler (error: any, service: string) {
.
option
(
'-s, --shared-folder <path>'
,
'Folder to share with Remix IDE'
)
.
option
(
'-s, --shared-folder <path>'
,
'Folder to share with Remix IDE'
)
.
option
(
'-r, --read-only'
,
'Treat shared folder as read-only (experimental)'
)
.
option
(
'-r, --read-only'
,
'Treat shared folder as read-only (experimental)'
)
.
on
(
'--help'
,
function
()
{
.
on
(
'--help'
,
function
()
{
console
.
log
(
'
\
nExample:
\
n
\
n remixd -s ./ -
-remix-ide
http://localhost:8080'
)
console
.
log
(
'
\
nExample:
\
n
\
n remixd -s ./ -
u
http://localhost:8080'
)
}).
parse
(
process
.
argv
)
}).
parse
(
process
.
argv
)
// eslint-disable-next-line
// eslint-disable-next-line
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment