Skip to content
Snippets Groups Projects
  1. Jun 02, 2020
    • Frank Winklmeier's avatar
      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
  2. May 15, 2019
    • Frank Winklmeier's avatar
      acmd: Remove dependency on extensions module · a5549505
      Frank Winklmeier authored
      Implement a trivial plugin registration to remove the dependency on the
      `extensions` module. Also remove some unused code and options. Add
      dependency on `requests` module (from LCG) to ensure the jira plugin
      works correctly.
      a5549505
  3. Aug 10, 2017
  4. Sep 19, 2014
Loading