Skip to content

Commit

Permalink
fix: use strict=false (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley authored Nov 1, 2023
1 parent 75b1872 commit 17afd99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/plugins/uninstall.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default class PluginsUninstall extends Command {
$ <%- config.bin %> plugins:uninstall <%- config.pjson.oclif.examplePlugin || "myplugin" %>
`

static static = false
static strict = false

static usage = 'plugins:uninstall PLUGIN...'

Expand Down

0 comments on commit 17afd99

Please sign in to comment.