Skip to content

Commit 2fb78f3

Browse files
committed
Update Readme with script flags
1 parent f50aa0f commit 2fb78f3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,13 @@ Useful options:
566566
- `--expand-macros`, `--strip-comments`, `--squash-newlines`: Control output formatting.
567567
- `-I <DIR>`, `-D <DEFINE>`: Add extra include directories and preprocessor defines.
568568

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+
569576
Examples:
570577

571578
```sh

0 commit comments

Comments
 (0)