|
143 | 143 | "help_heading": "Unstable options", |
144 | 144 | "usage": "--unstable-sloppy-imports" |
145 | 145 | }, |
146 | | - { |
147 | | - "name": "unstable-temporal", |
148 | | - "short": null, |
149 | | - "long": "unstable-temporal", |
150 | | - "required": false, |
151 | | - "help": "Enable unstable Temporal API", |
152 | | - "help_heading": "Unstable options", |
153 | | - "usage": "--unstable-temporal" |
154 | | - }, |
155 | 146 | { |
156 | 147 | "name": "unstable-tsgo", |
157 | 148 | "short": null, |
|
646 | 637 | "help_heading": "Unstable options", |
647 | 638 | "usage": "--unstable-sloppy-imports" |
648 | 639 | }, |
649 | | - { |
650 | | - "name": "unstable-temporal", |
651 | | - "short": null, |
652 | | - "long": "unstable-temporal", |
653 | | - "required": false, |
654 | | - "help": "Enable unstable Temporal API", |
655 | | - "help_heading": "Unstable options", |
656 | | - "usage": "--unstable-temporal" |
657 | | - }, |
658 | 640 | { |
659 | 641 | "name": "unstable-tsgo", |
660 | 642 | "short": null, |
|
1139 | 1121 | "help": "assume unprefixed package names are jsr packages", |
1140 | 1122 | "help_heading": null, |
1141 | 1123 | "usage": "--jsr" |
| 1124 | + }, |
| 1125 | + { |
| 1126 | + "name": "save-exact", |
| 1127 | + "short": null, |
| 1128 | + "long": "save-exact", |
| 1129 | + "required": false, |
| 1130 | + "help": "Save exact version without the caret (^)", |
| 1131 | + "help_heading": null, |
| 1132 | + "usage": "--save-exact" |
1142 | 1133 | } |
1143 | 1134 | ], |
1144 | 1135 | "subcommands": [], |
|
1210 | 1201 | "help": "Return exit code 0 if remote service(s) responds with an error.", |
1211 | 1202 | "help_heading": null, |
1212 | 1203 | "usage": "--ignore-registry-errors" |
| 1204 | + }, |
| 1205 | + { |
| 1206 | + "name": "ignore", |
| 1207 | + "short": null, |
| 1208 | + "long": "ignore", |
| 1209 | + "required": false, |
| 1210 | + "help": "Ignore advisories matching the given CVE IDs", |
| 1211 | + "help_heading": null, |
| 1212 | + "usage": "--ignore <CVE>" |
1213 | 1213 | } |
1214 | 1214 | ], |
1215 | 1215 | "subcommands": [], |
|
1389 | 1389 | "help_heading": "Unstable options", |
1390 | 1390 | "usage": "--unstable-sloppy-imports" |
1391 | 1391 | }, |
1392 | | - { |
1393 | | - "name": "unstable-temporal", |
1394 | | - "short": null, |
1395 | | - "long": "unstable-temporal", |
1396 | | - "required": false, |
1397 | | - "help": "Enable unstable Temporal API", |
1398 | | - "help_heading": "Unstable options", |
1399 | | - "usage": "--unstable-temporal" |
1400 | | - }, |
1401 | 1392 | { |
1402 | 1393 | "name": "unstable-tsgo", |
1403 | 1394 | "short": null, |
|
2036 | 2027 | "help_heading": null, |
2037 | 2028 | "usage": "--minify" |
2038 | 2029 | }, |
| 2030 | + { |
| 2031 | + "name": "keep-names", |
| 2032 | + "short": null, |
| 2033 | + "long": "keep-names", |
| 2034 | + "required": false, |
| 2035 | + "help": "Keep function and class names", |
| 2036 | + "help_heading": null, |
| 2037 | + "usage": "--keep-names" |
| 2038 | + }, |
2039 | 2039 | { |
2040 | 2040 | "name": "code-splitting", |
2041 | 2041 | "short": null, |
|
2511 | 2511 | "help_heading": "Unstable options", |
2512 | 2512 | "usage": "--unstable-sloppy-imports" |
2513 | 2513 | }, |
2514 | | - { |
2515 | | - "name": "unstable-temporal", |
2516 | | - "short": null, |
2517 | | - "long": "unstable-temporal", |
2518 | | - "required": false, |
2519 | | - "help": "Enable unstable Temporal API", |
2520 | | - "help_heading": "Unstable options", |
2521 | | - "usage": "--unstable-temporal" |
2522 | | - }, |
2523 | 2514 | { |
2524 | 2515 | "name": "unstable-tsgo", |
2525 | 2516 | "short": null, |
|
2718 | 2709 | "help_heading": null, |
2719 | 2710 | "usage": "--doc-only" |
2720 | 2711 | }, |
| 2712 | + { |
| 2713 | + "name": "check-js", |
| 2714 | + "short": null, |
| 2715 | + "long": "check-js", |
| 2716 | + "required": false, |
| 2717 | + "help": "Enable type-checking of JavaScript files (equivalent to `compilerOptions.checkJs: true`)", |
| 2718 | + "help_heading": null, |
| 2719 | + "usage": "--check-js" |
| 2720 | + }, |
2721 | 2721 | { |
2722 | 2722 | "name": "file", |
2723 | 2723 | "short": null, |
|
2941 | 2941 | "help_heading": "Unstable options", |
2942 | 2942 | "usage": "--unstable-sloppy-imports" |
2943 | 2943 | }, |
2944 | | - { |
2945 | | - "name": "unstable-temporal", |
2946 | | - "short": null, |
2947 | | - "long": "unstable-temporal", |
2948 | | - "required": false, |
2949 | | - "help": "Enable unstable Temporal API", |
2950 | | - "help_heading": "Unstable options", |
2951 | | - "usage": "--unstable-temporal" |
2952 | | - }, |
2953 | 2944 | { |
2954 | 2945 | "name": "unstable-tsgo", |
2955 | 2946 | "short": null, |
|
3256 | 3247 | "help_heading": "Compile options", |
3257 | 3248 | "usage": "--icon <icon>" |
3258 | 3249 | }, |
| 3250 | + { |
| 3251 | + "name": "self-extracting", |
| 3252 | + "short": null, |
| 3253 | + "long": "self-extracting", |
| 3254 | + "required": false, |
| 3255 | + "help": "Create a self-extracting binary that extracts the embedded file system to disk on first run and then runs from there", |
| 3256 | + "help_heading": "Compile options", |
| 3257 | + "usage": "--self-extracting" |
| 3258 | + }, |
3259 | 3259 | { |
3260 | 3260 | "name": "ext", |
3261 | 3261 | "short": null, |
|
3296 | 3296 | "subcommands": [], |
3297 | 3297 | "usage": "\u001b[37mUsage:\u001b[0m \u001b[32mdeno compile\u001b[0m \u001b[32m[OPTIONS]\u001b[0m \u001b[32m[SCRIPT_ARG]...\u001b[0m" |
3298 | 3298 | }, |
| 3299 | + { |
| 3300 | + "name": "create", |
| 3301 | + "about": "scaffolds a project from a package", |
| 3302 | + "args": [ |
| 3303 | + { |
| 3304 | + "name": "package", |
| 3305 | + "short": null, |
| 3306 | + "long": null, |
| 3307 | + "required": false, |
| 3308 | + "help": null, |
| 3309 | + "help_heading": null, |
| 3310 | + "usage": "[PACKAGE]" |
| 3311 | + }, |
| 3312 | + { |
| 3313 | + "name": "package_args", |
| 3314 | + "short": null, |
| 3315 | + "long": null, |
| 3316 | + "required": false, |
| 3317 | + "help": null, |
| 3318 | + "help_heading": null, |
| 3319 | + "usage": "[ARGS]..." |
| 3320 | + }, |
| 3321 | + { |
| 3322 | + "name": "npm", |
| 3323 | + "short": null, |
| 3324 | + "long": "npm", |
| 3325 | + "required": false, |
| 3326 | + "help": "Treat unprefixed package names as npm packages", |
| 3327 | + "help_heading": null, |
| 3328 | + "usage": "--npm" |
| 3329 | + }, |
| 3330 | + { |
| 3331 | + "name": "jsr", |
| 3332 | + "short": null, |
| 3333 | + "long": "jsr", |
| 3334 | + "required": false, |
| 3335 | + "help": "Treat unprefixed package names as JSR packages", |
| 3336 | + "help_heading": null, |
| 3337 | + "usage": "--jsr" |
| 3338 | + }, |
| 3339 | + { |
| 3340 | + "name": "yes", |
| 3341 | + "short": "y", |
| 3342 | + "long": "yes", |
| 3343 | + "required": false, |
| 3344 | + "help": "Bypass the prompt and run with full permissions", |
| 3345 | + "help_heading": null, |
| 3346 | + "usage": "--yes" |
| 3347 | + } |
| 3348 | + ], |
| 3349 | + "subcommands": [], |
| 3350 | + "usage": "\u001b[37mUsage:\u001b[0m \u001b[32mdeno create\u001b[0m \u001b[32m[OPTIONS]\u001b[0m \u001b[32m[PACKAGE]\u001b[0m \u001b[32m[--\u001b[0m \u001b[32m[ARGS]...\u001b[0m\u001b[32m]\u001b[0m" |
| 3351 | + }, |
3299 | 3352 | { |
3300 | 3353 | "name": "completions", |
3301 | 3354 | "about": "Output shell completion script to standard output.\n\n \u001b[38;5;245mdeno completions bash > /usr/local/etc/bash_completion.d/deno.bash\u001b[39m\n \u001b[38;5;245msource /usr/local/etc/bash_completion.d/deno.bash\u001b[39m", |
|
3826 | 3879 | "help_heading": "Unstable options", |
3827 | 3880 | "usage": "--unstable-sloppy-imports" |
3828 | 3881 | }, |
3829 | | - { |
3830 | | - "name": "unstable-temporal", |
3831 | | - "short": null, |
3832 | | - "long": "unstable-temporal", |
3833 | | - "required": false, |
3834 | | - "help": "Enable unstable Temporal API", |
3835 | | - "help_heading": "Unstable options", |
3836 | | - "usage": "--unstable-temporal" |
3837 | | - }, |
3838 | 3882 | { |
3839 | 3883 | "name": "unstable-tsgo", |
3840 | 3884 | "short": null, |
|
4185 | 4229 | "help_heading": "Formatting options", |
4186 | 4230 | "usage": "--check" |
4187 | 4231 | }, |
| 4232 | + { |
| 4233 | + "name": "fail-fast", |
| 4234 | + "short": null, |
| 4235 | + "long": "fail-fast", |
| 4236 | + "required": false, |
| 4237 | + "help": "Stop checking files on first format error", |
| 4238 | + "help_heading": "Formatting options", |
| 4239 | + "usage": "--fail-fast" |
| 4240 | + }, |
4188 | 4241 | { |
4189 | 4242 | "name": "ext", |
4190 | 4243 | "short": null, |
|
4346 | 4399 | "help_heading": null, |
4347 | 4400 | "usage": "--npm" |
4348 | 4401 | }, |
| 4402 | + { |
| 4403 | + "name": "jsr", |
| 4404 | + "short": null, |
| 4405 | + "long": "jsr", |
| 4406 | + "required": false, |
| 4407 | + "help": "Generate a project from a JSR package", |
| 4408 | + "help_heading": null, |
| 4409 | + "usage": "--jsr" |
| 4410 | + }, |
4349 | 4411 | { |
4350 | 4412 | "name": "lib", |
4351 | 4413 | "short": null, |
|
4740 | 4802 | "help_heading": "Unstable options", |
4741 | 4803 | "usage": "--unstable-sloppy-imports" |
4742 | 4804 | }, |
4743 | | - { |
4744 | | - "name": "unstable-temporal", |
4745 | | - "short": null, |
4746 | | - "long": "unstable-temporal", |
4747 | | - "required": false, |
4748 | | - "help": "Enable unstable Temporal API", |
4749 | | - "help_heading": "Unstable options", |
4750 | | - "usage": "--unstable-temporal" |
4751 | | - }, |
4752 | 4805 | { |
4753 | 4806 | "name": "unstable-tsgo", |
4754 | 4807 | "short": null, |
|
5127 | 5180 | "help_heading": null, |
5128 | 5181 | "usage": "--jsr" |
5129 | 5182 | }, |
| 5183 | + { |
| 5184 | + "name": "save-exact", |
| 5185 | + "short": null, |
| 5186 | + "long": "save-exact", |
| 5187 | + "required": false, |
| 5188 | + "help": "Save exact version without the caret (^)", |
| 5189 | + "help_heading": null, |
| 5190 | + "usage": "--save-exact" |
| 5191 | + }, |
5130 | 5192 | { |
5131 | 5193 | "name": "lockfile-only", |
5132 | 5194 | "short": null, |
|
5971 | 6033 | "help_heading": "Unstable options", |
5972 | 6034 | "usage": "--unstable-sloppy-imports" |
5973 | 6035 | }, |
5974 | | - { |
5975 | | - "name": "unstable-temporal", |
5976 | | - "short": null, |
5977 | | - "long": "unstable-temporal", |
5978 | | - "required": false, |
5979 | | - "help": "Enable unstable Temporal API", |
5980 | | - "help_heading": "Unstable options", |
5981 | | - "usage": "--unstable-temporal" |
5982 | | - }, |
5983 | 6036 | { |
5984 | 6037 | "name": "unstable-tsgo", |
5985 | 6038 | "short": null, |
|
6393 | 6446 | "help_heading": "Unstable options", |
6394 | 6447 | "usage": "--unstable-sloppy-imports" |
6395 | 6448 | }, |
6396 | | - { |
6397 | | - "name": "unstable-temporal", |
6398 | | - "short": null, |
6399 | | - "long": "unstable-temporal", |
6400 | | - "required": false, |
6401 | | - "help": "Enable unstable Temporal API", |
6402 | | - "help_heading": "Unstable options", |
6403 | | - "usage": "--unstable-temporal" |
6404 | | - }, |
6405 | 6449 | { |
6406 | 6450 | "name": "unstable-tsgo", |
6407 | 6451 | "short": null, |
|
6662 | 6706 | "help_heading": "Unstable options", |
6663 | 6707 | "usage": "--unstable-sloppy-imports" |
6664 | 6708 | }, |
6665 | | - { |
6666 | | - "name": "unstable-temporal", |
6667 | | - "short": null, |
6668 | | - "long": "unstable-temporal", |
6669 | | - "required": false, |
6670 | | - "help": "Enable unstable Temporal API", |
6671 | | - "help_heading": "Unstable options", |
6672 | | - "usage": "--unstable-temporal" |
6673 | | - }, |
6674 | 6709 | { |
6675 | 6710 | "name": "unstable-tsgo", |
6676 | 6711 | "short": null, |
|
7520 | 7555 | "help_heading": "Unstable options", |
7521 | 7556 | "usage": "--unstable-sloppy-imports" |
7522 | 7557 | }, |
7523 | | - { |
7524 | | - "name": "unstable-temporal", |
7525 | | - "short": null, |
7526 | | - "long": "unstable-temporal", |
7527 | | - "required": false, |
7528 | | - "help": "Enable unstable Temporal API", |
7529 | | - "help_heading": "Unstable options", |
7530 | | - "usage": "--unstable-temporal" |
7531 | | - }, |
7532 | 7558 | { |
7533 | 7559 | "name": "unstable-tsgo", |
7534 | 7560 | "short": null, |
|
7930 | 7956 | "subcommands": [], |
7931 | 7957 | "usage": "\u001b[37mUsage:\u001b[0m \u001b[32mdeno help compile\u001b[0m \u001b[32m[OPTIONS]\u001b[0m" |
7932 | 7958 | }, |
| 7959 | + { |
| 7960 | + "name": "create", |
| 7961 | + "about": null, |
| 7962 | + "args": [], |
| 7963 | + "subcommands": [], |
| 7964 | + "usage": "\u001b[37mUsage:\u001b[0m \u001b[32mdeno help create\u001b[0m \u001b[32m[OPTIONS]\u001b[0m" |
| 7965 | + }, |
7933 | 7966 | { |
7934 | 7967 | "name": "completions", |
7935 | 7968 | "about": null, |
|
0 commit comments