All files / src/args argOptions.js

100% Statements 1/1
100% Branches 0/0
100% Functions 0/0
100% Lines 1/1
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 182x                                  
module.exports = {
  ADMIN_KEYS: '--admin-keys',
  ARTIFACTS: '--artifacts',
  CONFIG: '--config',
  CONNECT: '--connect',
  DB_PATH: '--db-path',
  DEPLOY: '--deploy',
  DEV: '--dev',
  HOST_CHAINS: '--host-chains',
  KEY_PAIR: '--key-pair',
  MANIFEST: '--manifest',
  NO_WATCH: '--no-watch',
  ONLY_INDEX_HTML: '--only-index-html',
  PORT: '--port',
  RESET: '--reset',
  WITH_CHILDREN: '--with-children'
}