Add module-root option for changing module location within the repository (#69)
This commit is contained in:
parent
98248079ae
commit
e0e802d0ce
7 changed files with 82 additions and 5809 deletions
|
|
@ -173,6 +173,14 @@ Default `""`.
|
|||
```
|
||||
</details>
|
||||
|
||||
### `module-root`
|
||||
|
||||
Bazel module root directory, where `MODULE.bazel` and `WORKSPACE` is found.
|
||||
|
||||
Change this value to the module root if it's not the repository root.
|
||||
|
||||
Default `"."`.
|
||||
|
||||
### `output-base`
|
||||
|
||||
Change Bazel output base directory.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue