All files / src/args index.js

100% Statements 9/9
100% Branches 0/0
100% Functions 0/0
100% Lines 9/9
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24  2x 2x 2x 2x 2x 2x 2x 2x   2x                          
// © 2018 BTL GROUP LTD -  This package is licensed under the MIT license https://opensource.org/licenses/MIT
const { getArg, getArgs, isArg } = require('./getArg')
const argOptions = require('./argOptions')
const getArtifactsLocation = require('./getArtifactsLocation')
const { getConfig, getConfigLocation } = require('./getConfig')
const getConnect = require('./getConnect')
const getPort = require('./getPort')
const { getKeyPair } = require('./getKeyPair')
const getManifest = require('./getManifest')
 
module.exports = {
  argOptions,
  getArg,
  getArgs,
  getArtifactsLocation,
  getConfig,
  getConfigLocation,
  getConnect,
  getKeyPair,
  getManifest,
  getPort,
  isArg
}