zenstruck / console-extra

A modular set of features to reduce configuration boilerplate for your Symfony commands.
MIT License
78 stars 3 forks source link

Invokable commands w/o extending anything? #39

Open kbond opened 2 years ago

kbond commented 2 years ago
#[AsCommand('my:command')]
class MyCommand
{
    public function __invoke() {}
}