mirror of
https://github.com/Netflix/dial-reference.git
synced 2026-06-08 10:59:59 +00:00
use yargs to get commandline params for nodejs tests
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"use strict";
|
||||
|
||||
var colors = require("colors/safe");
|
||||
var sprintf = require("sprintf-js").sprintf;
|
||||
const colors = require("colors/safe");
|
||||
const sprintf = require("sprintf-js").sprintf;
|
||||
|
||||
function getParam(key) {
|
||||
var value;
|
||||
|
||||
Reference in New Issue
Block a user