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