nategood / commando

An Elegant CLI Library for PHP
MIT License
798 stars 80 forks source link

Refactor (Option::type) More consistant constants #94

Open NeoVance opened 6 years ago

NeoVance commented 6 years ago

Add class for holding constants which are common accross classes and performing simple value operations and comparisons. DEPRECATE the current constants, which are similar but use different naming and values to mean the same thing in other classes.

BREAKING: The original constant values used in the Command class have changed.

Deprecated:

tolidano commented 5 years ago

I created a PHP 5.4-7.1 version of this and then a PHP 7.2 version: https://github.com/tolidano/commandox/releases