Skip to content

Commit

Permalink
add DOT link
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop committed Jun 23, 2020
1 parent 1fb7f4a commit a9718a7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions content/docs/command-reference/dag.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ is omitted, it will show the full project DAG.

## Options

- `--dot` - show DAG in `DOT` format. It can be passed to third party
visualization utilities.
- `--dot` - show DAG in
[DOT](<https://en.wikipedia.org/wiki/DOT_(graph_description_language)>)
format. It can be passed to third party visualization utilities.

- `--full` - show full DAG that the `target` belongs too, instead of showing
the part that consists only of the target ancestors.
- `--full` - show full DAG that the `target` belongs too, instead of showing the
part that consists only of the target ancestors.

- `-h`, `--help` - prints the usage/help message, and exit.

Expand Down

0 comments on commit a9718a7

Please sign in to comment.