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
6c63bc3b
Commit
6c63bc3b
authored
Sep 19, 2018
by
Tom Janson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
do not always output the help text
this is confusing, since other programs show the help text if the user entered invalid options
parent
7ed178b5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
remixd
bin/remixd
+0
-1
No files found.
bin/remixd
View file @
6c63bc3b
...
@@ -22,7 +22,6 @@ program
...
@@ -22,7 +22,6 @@ program
.
on
(
'--help'
,
function
(){
.
on
(
'--help'
,
function
(){
console
.
log
(
'
\
nExample:
\
n
\
n remixd --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
)
}).
parse
(
process
.
argv
)
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