Sha256: c69a0f2e8de6316bb657ea23b461d5e433416f484674f787f908b4d1c9162b44
Contents?: true
Size: 839 Bytes
Versions: 13
Compression:
Stored size: 839 Bytes
Contents
# frozen_string_literal: true module RubyNPM module Options module Sets WORKSPACE_OPTIONS = %w[ --include-workspace-root --workspace --workspaces ].freeze LOGGING_OPTIONS = %w[ --loglevel --logs-dir --logs-max --quiet --silent --verbose ].freeze GLOBAL_OPTIONS = %w[ --color --dry-run --force --foreground-scripts --ignore-scripts --script-shell ].freeze DEPENDENCY_OPTIONS = %w[ --include --omit --save --save-bundle --save-dev --save-exact --save-optional --save-peer --save-prefix --save-prod ].freeze OUTPUT_OPTIONS = %w[ --json ].freeze end end end
Version data entries
13 entries across 13 versions & 1 rubygems