Skip to content

Commit 8bdcbec

Browse files
authored
fix(publish): correct coloring in --help (denoland#27939)
1 parent 3c56e6c commit 8bdcbec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/args/flags.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3358,8 +3358,8 @@ fn publish_subcommand() -> Command {
33583358
.arg(
33593359
Arg::new("set-version")
33603360
.long("set-version")
3361-
.help("Set version for a package to be published.
3362-
<p(245)>This flag can be used while publishing individual packages and cannot be used in a workspace.</>")
3361+
.help(cstr!("Set version for a package to be published.
3362+
<p(245)>This flag can be used while publishing individual packages and cannot be used in a workspace.</>"))
33633363
.value_name("VERSION")
33643364
.help_heading(PUBLISH_HEADING)
33653365
)

0 commit comments

Comments
 (0)