console-extra icon indicating copy to clipboard operation
console-extra copied to clipboard

Invokable commands w/o extending anything?

Open kbond opened this issue 3 years ago • 0 comments

#[AsCommand('my:command')]
class MyCommand
{
    public function __invoke() {}
}

kbond avatar Oct 03 '22 16:10 kbond