Skip to content

reduce CLI startup time

Tobias Koelling requested to merge faster_startup into main

This MR delays dependency imports of CLI tools to the point when the actual command is executed. This way, we don't have to wait to import all the libraries, even if they are not used at all for a given command.

Merge request reports