Skip to content

Commit

Permalink
Update README for new CLI commands
Browse files Browse the repository at this point in the history
  • Loading branch information
17o2 authored and laurierloi committed Jan 19, 2023
1 parent 0044997 commit f87d9ef
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ If you would like to contribute to this project, make sure you read the [contrib
$ wireviz ~/path/to/file/mywire.yml
```

This will output the following files
Depending on the options specified, this will output some or all of the following files:

```
mywire.gv GraphViz output
Expand All @@ -135,13 +135,11 @@ mywire.bom.tsv BOM (bill of materials) as tab-separated text file
mywire.html HTML page with wiring diagram and BOM embedded
```

#### Command line options

- `--prepend-file <FILE>` to prepend an additional YAML file. Useful for part libraries and templates shared among multiple cables/harnesses.
- `-o <OUTPUT>` or `--output_file <OUTPUT>` to generate output files with a name different from the input file.
- `-V` or `--version` to display the WireViz version.
- `-h` or `--help` to see a summary of the usage help text.
To see how to specify the output formats, as well as additional options, run:

```
$ wireviz --help
```

### Syntax description

Expand Down

0 comments on commit f87d9ef

Please sign in to comment.