Command help generation does not work
The error output is as follows. However, the problem is that its not possible to set the log instance and the CommandServer does not set the log instances on Command creation.
AssertionError [ERR_ASSERTION]: No logger defined for create
at new AssertionError (node:internal/assert/assertion_error:466:5)
at new AssertionError (C:\Users\Nullivex\WebstormProjects\burstcloud\node_modules\kado\lib\Validate.js:26:5)
at Function.isOk (C:\Users\Nullivex\WebstormProjects\burstcloud\node_modules\kado\lib\Assert.js:72:20)
at Command.checkLog (C:\Users\Nullivex\WebstormProjects\burstcloud\node_modules\kado\lib\Command.js:32:12)
at Command.generateHelp (C:\Users\Nullivex\WebstormProjects\burstcloud\node_modules\kado\lib\Command.js:50:10)
at Command.printHelp (C:\Users\Nullivex\WebstormProjects\burstcloud\node_modules\kado\lib\Command.js:65:22)
at Command.parse (C:\Users\Nullivex\WebstormProjects\burstcloud\node_modules\kado\lib\Command.js:77:19)
at CommandServer.run (C:\Users\Nullivex\WebstormProjects\burstcloud\node_modules\kado\lib\Command.js:161:46)
at C:\Users\Nullivex\WebstormProjects\burstcloud\node_modules\kado\lib\Application.js:186:23 {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: undefined,
expected: undefined,
operator: undefined
}
FATAL ERROR (unhandled rejection): No logger defined for create