Skip to content

Commit

Permalink
docs: add follow-symlinks option to usage documentation (#487)
Browse files Browse the repository at this point in the history
Co-authored-by: Laurent Quérel <[email protected]>
  • Loading branch information
Leo6Leo and lquerel authored Nov 27, 2024
1 parent a46002d commit 54ed81a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ Options:
[default: diagnostic_templates]
-s, --follow-symlinks
Boolean flag to specify whether to follow symlinks when loading the registry. Default is false
-h, --help
Print help (see a summary with '-h')
```
Expand Down Expand Up @@ -112,8 +115,12 @@ Options:
[default: diagnostic_templates]
-s, --follow-symlinks
Boolean flag to specify whether to follow symlinks when loading the registry. Default is false
-h, --help
Print help (see a summary with '-h')
```

## registry resolve
Expand Down Expand Up @@ -171,6 +178,9 @@ Options:
[default: diagnostic_templates]
-s, --follow-symlinks
Boolean flag to specify whether to follow symlinks when loading the registry. Default is false
-h, --help
Print help (see a summary with '-h')
```
Expand All @@ -194,6 +204,8 @@ Options:
Whether or not to run updates in dry-run mode
--attribute-registry-base-url <ATTRIBUTE_REGISTRY_BASE_URL>
Optional path to the attribute registry. If provided, all attributes will be linked here
-s, --follow-symlinks
Boolean flag to specify whether to follow symlinks when loading the registry. Default is false
-h, --help
Print help
```
Expand Down

0 comments on commit 54ed81a

Please sign in to comment.