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
ae30454a
Commit
ae30454a
authored
Jan 19, 2021
by
aniket-engg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
help updated
parent
fb440d1f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
run.ts
libs/remix-tests/src/run.ts
+3
-3
testRunner.cli.spec.ts
libs/remix-tests/tests/testRunner.cli.spec.ts
+3
-3
No files found.
libs/remix-tests/src/run.ts
View file @
ae30454a
...
@@ -47,10 +47,10 @@ commander.command('help').description('output usage information').action(functio
...
@@ -47,10 +47,10 @@ commander.command('help').description('output usage information').action(functio
// get current version
// get current version
commander
commander
.
option
(
'-c, --compiler <string>'
,
'set compiler version (e.g: 0.6.1, 0.7.1 etc)'
)
.
option
(
'-c, --compiler <string>'
,
'set compiler version (e.g: 0.6.1, 0.7.1 etc)'
)
.
option
(
'-e, --evm <string>'
,
'set EVM version'
)
.
option
(
'-e, --evm <string>'
,
'set EVM version
(e.g: petersburg, istanbul etc)
'
)
.
option
(
'-o, --optimize <bool>'
,
'enable/disable optimization'
,
mapOptimize
)
.
option
(
'-o, --optimize <bool>'
,
'enable/disable optimization'
,
mapOptimize
)
.
option
(
'-r, --runs <number>'
,
'set runs'
)
.
option
(
'-r, --runs <number>'
,
'set runs
(e.g: 150, 250 etc)
'
)
.
option
(
'-v, --verbose <level>'
,
'set verbosity level'
,
mapVerbosity
)
.
option
(
'-v, --verbose <level>'
,
'set verbosity level
(0 to 5)
'
,
mapVerbosity
)
.
action
(
async
(
testsPath
)
=>
{
.
action
(
async
(
testsPath
)
=>
{
// Check if path exists
// Check if path exists
...
...
libs/remix-tests/tests/testRunner.cli.spec.ts
View file @
ae30454a
...
@@ -24,10 +24,10 @@ describe('testRunner: remix-tests CLI', () => {
...
@@ -24,10 +24,10 @@ describe('testRunner: remix-tests CLI', () => {
Options:
Options:
-V, --version output the version number
-V, --version output the version number
-c, --compiler <string> set compiler version (e.g: 0.6.1, 0.7.1 etc)
-c, --compiler <string> set compiler version (e.g: 0.6.1, 0.7.1 etc)
-e, --evm <string> set EVM version
-e, --evm <string> set EVM version
(e.g: petersburg, istanbul etc)
-o, --optimize <bool> enable/disable optimization
-o, --optimize <bool> enable/disable optimization
-r, --runs <number> set runs
-r, --runs <number> set runs
(e.g: 150, 250 etc)
-v, --verbose <level> set verbosity level
-v, --verbose <level> set verbosity level
(0 to 5)
-h, --help output usage information
-h, --help output usage information
Commands:
Commands:
...
...
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