Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid uselessly trying to migrate plugins
The only time we need to migrate context-scope plugins is after moving from a CLI < 1.3 to a newer one. This commit makes use of the existing global initializer to do this migration once, for all contexts. This avoids an unnecessary slow down for every CLI commands, especially shell completion which should be as fast as possible. Signed-off-by: Marc Khouzam <[email protected]>
- Loading branch information