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
7ed178b5
Commit
7ed178b5
authored
Sep 19, 2018
by
Tom Janson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move usage example into --help text
parent
a0823a3e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
remixd
bin/remixd
+3
-2
No files found.
bin/remixd
View file @
7ed178b5
...
@@ -19,8 +19,9 @@ program
...
@@ -19,8 +19,9 @@ program
.
option
(
'-r, --rpc <cors-domains>'
,
'start rpc server. Values are CORS domain'
)
.
option
(
'-r, --rpc <cors-domains>'
,
'start rpc server. Values are CORS domain'
)
.
option
(
'-rp, --rpc-port'
,
'rpc server port (default 8545)'
)
.
option
(
'-rp, --rpc-port'
,
'rpc server port (default 8545)'
)
.
option
(
'--profiler'
,
'start profiler service'
)
.
option
(
'--profiler'
,
'start profiler service'
)
.
parse
(
process
.
argv
)
.
on
(
'--help'
,
function
(){
console
.
log
(
'example: --dev-path /home/devchains/chain1 --mist --geth --frontend /home/frontend --frontend-port 8084 --auto-mine'
)
console
.
log
(
'
\
nExample:
\
n
\
n remixd --dev-path /home/devchains/chain1 --mist --geth --frontend /home/frontend --frontend-port 8084 --auto-mine'
)
}).
parse
(
process
.
argv
)
program
.
outputHelp
()
program
.
outputHelp
()
var
killCallBack
=
[]
var
killCallBack
=
[]
...
...
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