You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/commands/plugins/install.ts
+27-13
Original file line number
Diff line number
Diff line change
@@ -11,29 +11,34 @@ Can be installed from npm or a git url.
11
11
Installation of a user-installed plugin will override a core plugin.
12
12
13
13
e.g. If you have a core plugin that has a 'hello' command, installing a user-installed plugin with a 'hello' command will override the core plugin implementation. This is useful if a user needs to update core plugin functionality in the CLI without the need to patch and update the whole CLI.
0 commit comments