Skip to content

Improve external cli commands

Mateusz Żebrak requested to merge mzebrak/cli-updated into develop

Requires: !92 (merged)
(This MR is a continuation of the work done in the mentioned !92 (merged))

  • important Performance fix for bash autocompletion - tested locally and the results are: previously ~1.3s, now ~0.3s. (Still might need some work to reduce the time but autocompletion is usable now, when previously it was practically unusalbe..) This is secured by a dedicated test case which checks if autocompletion does not take more than 0.5s)
  • Created additional layer for external cli commands

Merge request reports

Loading