Skip to content

Commit

Permalink
feat(meta-css): update convert cmd flag spec
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Dec 18, 2023
1 parent 6e7f7dd commit 606a585
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/meta-css/src/convert.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,15 @@ interface ProcessOpts {
}

export const CONVERT: Command<ConvertOpts, CommonOpts, AppCtx<ConvertOpts>> = {
desc: "Convert & bundle meta stylesheets to CSS",
desc: "Transpile & bundle meta stylesheets to CSS",
opts: {
...ARG_SPECS,
...ARG_INCLUDE,
...ARG_PRETTY,
...ARG_NO_HEADER,
...ARG_WATCH,
force: strings({
alias: "f",
desc: "CSS classes to force include (wildcards are supported, @-prefix will read from file)",
delim: ",",
}),
Expand Down
2 changes: 1 addition & 1 deletion packages/meta-css/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ cliApp<CommonOpts, AppCtx<any>>({
█ █ │
Usage: metacss <cmd> [opts] input [...]
Usage: metacss <cmd> --help\n`,
metacss <cmd> --help\n`,
showGroupNames: true,
paramWidth: 24,
},
Expand Down

0 comments on commit 606a585

Please sign in to comment.