Skip to content

Commit

Permalink
legal: adds a reference to the disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
claymcleod committed Nov 12, 2024
1 parent e57e3ae commit 0ff2852
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,21 +123,21 @@ Where `$ARGS` are the command line arguments to the `wdl` CLI tool.

The `wdl` CLI tool currently supports the following subcommands:

* `parse` - Parses a WDL document and prints both the parse diagnostics and the
- `parse` - Parses a WDL document and prints both the parse diagnostics and the
resulting Concrete Syntax Tree (CST).
* `check` - Parses, validates, and analyzes a WDL document or a directory
- `check` - Parses, validates, and analyzes a WDL document or a directory
containing WDL documents. Exits with a status code of `0` if the documents
are valid; otherwise, prints the validation diagnostics and exits with a
status code of `1`.
* `lint` - Parses, validates, and runs the linting rules on a WDL document.
- `lint` - Parses, validates, and runs the linting rules on a WDL document.
Exits with a status code of `0` if the file passes all lints; otherwise,
prints the linting diagnostics and exits with a status code of `1`.
* `analyze` - Parses, validates, and analyzes a single WDL document or a
- `analyze` - Parses, validates, and analyzes a single WDL document or a
directory containing WDL documents. Prints a debug representation of the
analysis result and exits with a status code of `0` if the documents are
valid; otherwise, prints the validation diagnostics and exits with a status
code of `1`.
* `format` - Parses, validates, and then formats a single WDL document, printing
- `format` - Parses, validates, and then formats a single WDL document, printing
the result to STDOUT.

Each of the subcommands supports passing `-` as the file path to denote reading
Expand Down Expand Up @@ -187,10 +187,12 @@ cargo doc
Contributions, issues, and feature requests are all welcome! Feel free to read our
[contributing guide](https://github.com/stjude-rust-labs/wdl/blob/main/CONTRIBUTING.md).

## 📝 License
## 📝 License and Legal

This project is licensed as either [Apache 2.0][license-apache] or
[MIT][license-mit] at your discretion.
[MIT][license-mit] at your discretion. Additionally, please see [the
disclaimer](https://github.com/stjude-rust-labs#disclaimer) that applies to all
crates and command line tools made available by St. Jude Rust Labs.

Copyright © 2023-Present [St. Jude Children's Research Hospital](https://github.com/stjude).

Expand Down

0 comments on commit 0ff2852

Please sign in to comment.