Skip to content

v2.0.0

Compare
Choose a tag to compare
@chop1k chop1k released this 27 Mar 18:46
  • Added more abstraction layers.
    • Added a DistributorInterface with implementation.
    • Added a SourceInterface with implementation.
  • Added more expansion options.
    • Now, command is not abstract class. Now you should use CommandInterface or Command class.
    • Now, option is not abstract class. Now you should use OptionInterface or Option class.
  • Added tests.
  • Added documentation.