Merge branch '12-remove-the-short-option-from-fusiondirectory-config-manager' into 'master'
bmortier authored
Resolve "remove the short option from fusiondirectory-config-manager"

Closes #12

See merge request !13
e6d0d19d

\FusionDirectory\Cli

Base for cli tools written in PHP.

The tool base class should extend \FusionDirectory\Cli\Application. Its constructor should fill $options and $args appropiately. Its run command should run the tool, it may call parent::run to parse parameters, and parent::runCommand to run subcommands based on $options content.