Skip to content

Commit ea08456

Browse files
committed
Fix
Signed-off-by: Brentley Jones <github@brentleyjones.com>
1 parent e9e464e commit ea08456

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

docs/usage.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,27 @@
11
- [Bazel aspects](#bazel-aspects)
22
- [`compile_only_aspect`](#compile_only_aspect)
33
- [Bazel configs](#bazel-configs)
4-
- [`rules_xcodeproj`](#rules_xcodeproj)
5-
- [`rules_xcodeproj_generator`](#rules_xcodeproj_generator)
6-
- [`rules_xcodeproj_indexbuild`](#rules_xcodeproj_indexbuild)
7-
- [`rules_xcodeproj_swiftuipreviews`](#rules_xcodeproj_swiftuipreviews)
4+
- [`rules_xcodeproj`](#rules_xcodeproj)
5+
- [`rules_xcodeproj_generator`](#rules_xcodeproj_generator)
6+
- [`rules_xcodeproj_indexbuild`](#rules_xcodeproj_indexbuild)
7+
- [`rules_xcodeproj_swiftuipreviews`](#rules_xcodeproj_swiftuipreviews)
88
- [Project-level configs](#project-level-configs)
99
- [Extra config flags](#extra-config-flags)
1010
- [`.bazelrc` files](#bazelrc-files)
11+
- [Project `xcodeproj.bazelrc`](#project-xcodeprojbazelrc)
12+
- [Workspace `xcodeproj.bazelrc`](#workspace-xcodeprojbazelrc)
13+
- [Workspace `.bazelrc`](#workspace-bazelrc)
14+
- [Project `xcodeproj_extra_flags.bazelrc`](#project-xcodeproj_extra_flagsbazelrc)
1115
- [Command-line API](#command-line-api)
1216
- [Commands](#commands)
17+
- [`build`](#build)
18+
- [`clean`](#clean)
19+
- [`query`/`cquery`/`aquery`](#querycqueryaquery)
1320
- [Options](#options)
21+
- [`-v`/`--verbose`](#-v--verbose)
22+
- [`--config`](#--config)
23+
- [`--generator_output_groups`](#--generator_output_groups)
24+
- [`--download_intermediates`](#--download_intermediates)
1425
- [Substitutions](#substitutions)
1526

1627
# Bazel aspects
@@ -44,7 +55,7 @@ And use it, for example, with the command-line API:
4455
```
4556
bazel run //label/to:xcodeproj \
4657
-- \
47-
'build --config=compile_only --remote_download_minimal \$_GENERATOR_LABEL_'
58+
'build --config=compile_only --remote_download_minimal $_GENERATOR_LABEL_'
4859
```
4960

5061
# Bazel configs

0 commit comments

Comments
 (0)