You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`--tm, --transitive-deps-mode [mode]`| Controls, which transitive dependencies are included: <ul><li>`'all'`</li> <li>`'from-external-only'` (only transitive dependencies of direct dependencies specified by non-workspace:... specifiers)</li> <li>`'from-workspace-only'` (only transitive dependencies of direct dependencies specified by `workspace:` specifier)</li> <li>`'none'`</li></ul> |`'all'`|
62
-
|`--dm, --dev-deps-mode [mode]`| <ul><li>`'root-only'` (only direct devDependencies from the scanned project's root package.json)</li> <li>`'none'`</li></ul>|`'none'`|
62
+
|`--dm, --dev-deps-mode [mode]`| <ul><li>`'root-only'` (only direct devDependencies from the scanned project's root package.json)</li> <li>`'root-only'`</li></ul> |`'none'`|
63
63
|`--root [path]`| Path to the root of your project | Current working directory |
64
64
|`--error-on-weak`| Exit with error code if weak copyleft licenses are found |`false`|
65
65
@@ -70,7 +70,7 @@ Generates a licenses report in the specified format. The output can be written t
|`--tm, --transitive-deps-mode [mode]`| Controls, which transitive dependencies are included: <ul><li>`'all'`</li> <li>`'from-external-only'` (only transitive dependencies of direct dependencies specified by non-workspace:... specifiers)</li> <li>`'from-workspace-only'` (only transitive dependencies of direct dependencies specified by `workspace:` specifier)</li> <li>`'none'`</li></ul> |`'all'`|
73
-
|`--dm, --dev-deps-mode [mode]`| <ul><li>`'root-only'` (only direct devDependencies from the scanned project's root package.json)</li> <li>`'none'`</li></ul>|`'none'`|
73
+
|`--dm, --dev-deps-mode [mode]`| <ul><li>`'root-only'` (only direct devDependencies from the scanned project's root package.json)</li> <li>`'root-only'`</li></ul> |`'none'`|
74
74
|`--root [path]`| Path to the root of your project | Current working directory |
75
75
|`--format [type]`| Output format, one of: `'json'`, `'about-json'` (AboutLibraries-compatible), `'text'`, `'markdown'`|`'json'`|
76
76
|`--output [path]`| Where to write the output - either `'stdout'` or a path to an output file |`'stdout'`|
0 commit comments