Skip to content

Commit

Permalink
fix: remove summary from description
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley authored Oct 4, 2024
1 parent f02b22f commit 19e5b34
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/commands/plugins/link.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ export default class PluginsLink extends Command {
path: Args.string({default: '.', description: 'path to plugin', name: 'path', required: true}),
}

static description = `Links a plugin into the CLI for development.
Installation of a linked plugin will override a user-installed or core plugin.
static description = `Installation of a linked plugin will override a user-installed or core plugin.
e.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello' command will override the user-installed or core plugin implementation. This is useful for development work.
`
Expand Down

0 comments on commit 19e5b34

Please sign in to comment.