Artisan::all() allows to get all the commands registered
in Nasqueron\Notifications\Console\Kernel, ie all custom
commands, in addition to the framework commands.
Currently, the logic to get one specified command lived
on our test suite. We move this to the Kernel class.