Class: Evilution::CLI::Commands::Compare Private

Inherits:
Evilution::CLI::Command show all
Defined in:
lib/evilution/cli/commands/compare.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Constant Summary collapse

SUPPORTED_FORMATS =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

%i[json text].freeze

Method Summary

Methods inherited from Evilution::CLI::Command

#call, #initialize

Constructor Details

This class inherits a constructor from Evilution::CLI::Command