mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
10 lines
516 B
Text
10 lines
516 B
Text
⚠️ `deno vendor` was removed in Deno 2.
|
|
|
|
See the Deno 1.x to 2.x Migration Guide for migration instructions: https://docs.deno.com/runtime/manual/advanced/migrate_deprecations
|
|
|
|
Usage: deno vendor [OPTIONS]
|
|
|
|
Options:
|
|
-q, --quiet Suppress diagnostic output
|
|
--unstable Enable all unstable features and APIs. Instead of using this flag, consider enabling individual unstable features
|
|
To view the list of individual unstable feature flags, run this command again with --help=unstable
|