|
1210 | 1210 | "help_heading": null,
|
1211 | 1211 | "usage": "--no-run"
|
1212 | 1212 | },
|
| 1213 | + { |
| 1214 | + "name": "permit-no-files", |
| 1215 | + "short": null, |
| 1216 | + "long": "permit-no-files", |
| 1217 | + "required": false, |
| 1218 | + "help": "Don't return an error code if no bench files were found", |
| 1219 | + "help_heading": null, |
| 1220 | + "usage": "--permit-no-files" |
| 1221 | + }, |
1213 | 1222 | {
|
1214 | 1223 | "name": "watch",
|
1215 | 1224 | "short": null,
|
|
1279 | 1288 | },
|
1280 | 1289 | {
|
1281 | 1290 | "name": "bundle",
|
1282 |
| - "about": "⚠️ `deno bundle` was removed in Deno 2.\n\nSee the Deno 1.x to 2.x Migration Guide for migration instructions: https://docs.deno.com/runtime/manual/advanced/migrate_deprecations", |
| 1291 | + "about": "`deno bundle` was removed in Deno 2.\n\nSee the Deno 1.x to 2.x Migration Guide for migration instructions: https://docs.deno.com/runtime/manual/advanced/migrate_deprecations", |
1283 | 1292 | "args": [
|
1284 | 1293 | {
|
1285 | 1294 | "name": "unstable-bare-node-builtins",
|
|
1729 | 1738 | "help_heading": null,
|
1730 | 1739 | "usage": "--cert <FILE>"
|
1731 | 1740 | },
|
| 1741 | + { |
| 1742 | + "name": "no-code-cache", |
| 1743 | + "short": null, |
| 1744 | + "long": "no-code-cache", |
| 1745 | + "required": false, |
| 1746 | + "help": "Disable V8 code cache feature", |
| 1747 | + "help_heading": null, |
| 1748 | + "usage": "--no-code-cache" |
| 1749 | + }, |
1732 | 1750 | {
|
1733 | 1751 | "name": "all",
|
1734 | 1752 | "short": null,
|
|
3869 | 3887 | "short": null,
|
3870 | 3888 | "long": "latest",
|
3871 | 3889 | "required": false,
|
3872 |
| - "help": "Update to the latest version, regardless of semver constraints", |
| 3890 | + "help": "Consider the latest version, regardless of semver constraints", |
3873 | 3891 | "help_heading": null,
|
3874 | 3892 | "usage": "--latest"
|
3875 | 3893 | },
|
|
3882 | 3900 | "help_heading": null,
|
3883 | 3901 | "usage": "--update"
|
3884 | 3902 | },
|
| 3903 | + { |
| 3904 | + "name": "interactive", |
| 3905 | + "short": "i", |
| 3906 | + "long": "interactive", |
| 3907 | + "required": false, |
| 3908 | + "help": "Interactively select which dependencies to update", |
| 3909 | + "help_heading": null, |
| 3910 | + "usage": "--interactive" |
| 3911 | + }, |
3885 | 3912 | {
|
3886 | 3913 | "name": "compatible",
|
3887 | 3914 | "short": null,
|
3888 | 3915 | "long": "compatible",
|
3889 | 3916 | "required": false,
|
3890 |
| - "help": "Only output versions that satisfy semver requirements", |
| 3917 | + "help": "Only consider versions that satisfy semver requirements", |
3891 | 3918 | "help_heading": null,
|
3892 | 3919 | "usage": "--compatible"
|
3893 | 3920 | },
|
|
4686 | 4713 | "help_heading": null,
|
4687 | 4714 | "usage": "--config <FILE>"
|
4688 | 4715 | },
|
| 4716 | + { |
| 4717 | + "name": "frozen", |
| 4718 | + "short": null, |
| 4719 | + "long": "frozen", |
| 4720 | + "required": false, |
| 4721 | + "help": "Error out if lockfile is out of date", |
| 4722 | + "help_heading": "Dependency management options", |
| 4723 | + "usage": "--frozen[=<BOOLEAN>]" |
| 4724 | + }, |
4689 | 4725 | {
|
4690 | 4726 | "name": "cwd",
|
4691 | 4727 | "short": null,
|
|
4709 | 4745 | "short": "f",
|
4710 | 4746 | "long": "filter",
|
4711 | 4747 | "required": false,
|
4712 |
| - "help": "Filter members of the workspace by name - should be used with --recursive", |
| 4748 | + "help": "Filter members of the workspace by name, implies --recursive flag", |
4713 | 4749 | "help_heading": null,
|
4714 | 4750 | "usage": "--filter <filter>"
|
4715 | 4751 | },
|
|
4718 | 4754 | "short": null,
|
4719 | 4755 | "long": "eval",
|
4720 | 4756 | "required": false,
|
4721 |
| - "help": "Evaluate the passed value as if, it was a task in a configuration file", |
| 4757 | + "help": "Evaluate the passed value as if it was a task in a configuration file", |
4722 | 4758 | "help_heading": null,
|
4723 | 4759 | "usage": "--eval"
|
4724 | 4760 | },
|
|
5318 | 5354 | },
|
5319 | 5355 | {
|
5320 | 5356 | "name": "vendor",
|
5321 |
| - "about": "⚠️ `deno vendor` was removed in Deno 2.\n\nSee the Deno 1.x to 2.x Migration Guide for migration instructions: https://docs.deno.com/runtime/manual/advanced/migrate_deprecations", |
| 5357 | + "about": "`deno vendor` was removed in Deno 2.\n\nSee the Deno 1.x to 2.x Migration Guide for migration instructions: https://docs.deno.com/runtime/manual/advanced/migrate_deprecations", |
5322 | 5358 | "args": [
|
5323 | 5359 | {
|
5324 | 5360 | "name": "unstable-bare-node-builtins",
|
|
0 commit comments