Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/pages/cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ Source Orbit CLI can generate different file formats using the `-bf <type>` para
Types available:

* `json`: Generate all dependency info as JSON
* `bob`: Generate the required `Rules.mk` files for bob
* See the documentation [here](https://ibm.github.io/ibmi-bob/#/prepare-the-project/rules.mk) on defining targets using Rules.mk in the Bob documentation.
* `TOBI (FKA bob)`: Generate the required `Rules.mk` files for TOBI
* See the documentation [here](https://ibm.github.io/ibmi-tobi/#/prepare-the-project/rules.mk) on defining targets using Rules.mk in the Bob documentation.
* `make`: Generates a single makefile with the targets and rules
* [See more here](./pages/cli/make.md) for our make support.
* `imd`: Generate analysis reports for branches
Expand Down Expand Up @@ -85,4 +85,4 @@ VS6541B2A1
$ export BIN_LIB=$(so -bl feature/5353_new_thing)
$ echo $BIN_LIB
VS6541B2A1
```
```