Skip to content
Snippets Groups Projects
Forked from atlas / athena
Source project has a limited visibility.
  • Frank Winklmeier's avatar
    12271bd0
    PyUtils: Improve startup time of acmd.py · 12271bd0
    Frank Winklmeier authored
    In most cases it is not necessary to load all plugins as the user very
    likely specified one on the command line. Try to first load a specific
    plugin and then fall back to loading all of them. This reduces the
    startup time significantly, i.e. if we keep adding new sub-commands.
    
    Also remove the "running sub-command" INFO message as this makes it
    impossible to implement sub-commands that can be used in pipes.
    12271bd0
    History
    PyUtils: Improve startup time of acmd.py
    Frank Winklmeier authored
    In most cases it is not necessary to load all plugins as the user very
    likely specified one on the command line. Try to first load a specific
    plugin and then fall back to loading all of them. This reduces the
    startup time significantly, i.e. if we keep adding new sub-commands.
    
    Also remove the "running sub-command" INFO message as this makes it
    impossible to implement sub-commands that can be used in pipes.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.