Module: Diffend::Commands

Defined in:
lib/diffend/commands.rb

Overview

Modules grouping supported bundler commands

Constant Summary collapse

INSTALL =

Bundler install command

'install'
UPDATE =

Bundler update command

'update'
EXEC =

Bundler exec command

'exec'
SECURE =

Bundler secure command introduced by diffend plugin

'secure'
ADD =

Bundler add command

'add'