Hi! I use module structure of app. And each package contains self workflow configurations for own entities. For load custom config in my app I use: ```php $registry = new WorkflowRegistry(app('config')->get('another-workflow')); ``` It would be useful to be able to specify a configuration file for this command.