@@ -28,16 +28,19 @@ function printHelp() {
28
28
Usage:
29
29
${
30
30
prettyPrintRow ( [
31
- [ "jsr add @std/log" , 'Install the "@std/log" package from jsr.io' ] ,
32
- [ "jsr remove @std/log" , 'Remove the "@std/log" package from the project' ] ,
31
+ [ "jsr add @std/log" , 'Install the "@std/log" package from jsr.io.' ] ,
32
+ [
33
+ "jsr remove @std/log" ,
34
+ 'Remove the "@std/log" package from the project.' ,
35
+ ] ,
33
36
] )
34
37
}
35
38
36
39
Commands:
37
40
${
38
41
prettyPrintRow ( [
39
- [ "i, install, add" , "Install one or more jsr packages" ] ,
40
- [ "r, uninstall, remove" , "Remove one or more jsr packages" ] ,
42
+ [ "i, install, add" , "Install one or more JSR packages. " ] ,
43
+ [ "r, uninstall, remove" , "Remove one or more JSR packages. " ] ,
41
44
[ "publish" , "Publish a package to the JSR registry." ] ,
42
45
] )
43
46
}
66
69
prettyPrintRow ( [
67
70
[
68
71
"--token <Token>" ,
69
- "The API token to use when publishing. If unset, interactive authentication is be used." ,
72
+ "The API token to use when publishing. If unset, interactive authentication will be used." ,
70
73
] ,
71
74
[
72
75
"--dry-run" ,
79
82
Environment variables:
80
83
${
81
84
prettyPrintRow ( [
82
- [ "JSR_URL" , "Use a different registry url for the publish command" ] ,
85
+ [ "JSR_URL" , "Use a different registry URL for the publish command. " ] ,
83
86
] )
84
87
}
85
88
` ) ;
0 commit comments