We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
script
1 parent f50aa0f commit 2fb78f3Copy full SHA for 2fb78f3
1 file changed
README.md
@@ -566,6 +566,13 @@ Useful options:
566
- `--expand-macros`, `--strip-comments`, `--squash-newlines`: Control output formatting.
567
- `-I <DIR>`, `-D <DEFINE>`: Add extra include directories and preprocessor defines.
568
569
+Furthermore, similar flags to the `sources` and `script` command exist:
570
+
571
+- `-t`/`--target`: Enable specific targets.
572
+- `-p`/`--package`: Specify package to show sources for.
573
+- `-e`/`--exclude`: Specify package to exclude from sources.
574
+- `-n`/`--no-deps`: Exclude all dependencies, i.e. only top level or specified package(s).
575
576
Examples:
577
578
```sh
0 commit comments