imperative
imperative copied to clipboard
Pre Load Command Handlers In Daemon Mode
Command handlers are lazy loaded; however, in daemon mode, it might be nice if we could pre-load all of the command handlers for users that have slow file systems. At daemon mode startup, a background process could kick off to require
all command handlers so that they will be resolved from cache when actually run.