silly icon indicating copy to clipboard operation
silly copied to clipboard

Silly CLI micro-framework based on Symfony Console

Results 4 silly issues
Sort by recently updated
recently updated
newest added

Currently, I can't use `getHelperSet()` method because I create a separate class that will be autowired by PHP-DI. So now, if I want to use `getHelperSet()` I have to use...

while single command applications are possible with `setDefaultCommand`: ```php $app->command('run', /* ... */); $app->setDefaultCommand('run'); ``` http://mnapoli.fr/silly/docs/command-definition.html implemented (suggested) via: #30 it doesn't play well when you want to use arguments...

Hi Silly team, just reporting here that is missing Symfony 7 support to this package.