remove noop code (#728)
This commit is contained in:
parent
00a9f654a3
commit
9df94103ac
|
@ -97,12 +97,7 @@ async function parseArguments(): Promise<CliArgs> {
|
||||||
.alias('h', 'help')
|
.alias('h', 'help')
|
||||||
.strict().argv;
|
.strict().argv;
|
||||||
|
|
||||||
const finalArgv: CliArgs = {
|
return argv;
|
||||||
...argv,
|
|
||||||
sandbox: argv.sandbox,
|
|
||||||
};
|
|
||||||
|
|
||||||
return finalArgv;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// This function is now a thin wrapper around the server's implementation.
|
// This function is now a thin wrapper around the server's implementation.
|
||||||
|
|
Loading…
Reference in New Issue