dlrs/README.md

21 lines
503 B
Markdown
Raw Normal View History

2023-06-02 21:22:13 +02:00
<p align="center">
<span><img src="https://github.com/17ms/dlrs/blob/master/docs/ferris.png" width="400"></span>
2022-06-06 15:55:33 +02:00
</p>
### Installation and usage
2023-06-02 21:22:13 +02:00
Build and run with `cargo`.
2022-06-06 15:55:33 +02:00
```
USAGE:
2023-06-02 21:22:13 +02:00
dlrs --output <PATH> <--thread <URL>|--board <URL>>
2022-06-06 15:55:33 +02:00
OPTIONS:
-b, --board <URL> Set a board URL
-h, --help Print help information
-o, --output <PATH> Set an output directory
-t, --thread <URL> Set a thread URL
-V, --version Print version information
```
2022-06-08 02:40:38 +02:00