File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -2845,7 +2845,7 @@ fn vendor_subcommand() -> Command {
2845
2845
. long_about (
2846
2846
"⚠️ Warning: `deno vendor` is deprecated and will be removed in Deno 2.0.
2847
2847
Add `\" vendor\" : true` to your `deno.json` or use the `--vendor` flag instead.
2848
-
2848
+
2849
2849
Vendor remote modules into a local directory.
2850
2850
2851
2851
Analyzes the provided modules along with their dependencies, downloads
@@ -2894,8 +2894,7 @@ Remote modules and multiple modules may also be specified:
2894
2894
2895
2895
fn publish_subcommand ( ) -> Command {
2896
2896
Command :: new ( "publish" )
2897
- . hide ( true )
2898
- . about ( "Unstable preview feature: Publish the current working directory's package or workspace" )
2897
+ . about ( "Publish the current working directory's package or workspace" )
2899
2898
// TODO: .long_about()
2900
2899
. defer ( |cmd| {
2901
2900
cmd. arg (
You can’t perform that action at this time.
0 commit comments