Skip to content

Commit

Permalink
hide plugin command
Browse files Browse the repository at this point in the history
  • Loading branch information
tasshi-me committed Oct 24, 2024
1 parent 4ba2157 commit bbf655f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cli/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ import { logHandler, logOptions } from "./logOption";
// eslint-disable-next-line no-unused-expressions
yargs
.command(recordCommand)
.command(pluginCommand)
// NOTE: Hide the plugin command because it's in very early development.
.command({ ...pluginCommand, describe: false })
.options(logOptions)
.middleware(logHandler)
.demandCommand()
Expand Down

0 comments on commit bbf655f

Please sign in to comment.