mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-11-22 20:35:20 +00:00
|
Some checks failed
tinymist::auto_tag / auto-tag (push) Has been cancelled
tinymist::ci / Duplicate Actions Detection (push) Has been cancelled
tinymist::ci / Check Clippy, Formatting, Completion, Documentation, and Tests (Linux) (push) Has been cancelled
tinymist::ci / Check Minimum Rust version and Tests (Windows) (push) Has been cancelled
tinymist::ci / prepare-build (push) Has been cancelled
tinymist::gh_pages / build-gh-pages (push) Has been cancelled
tinymist::ci / announce (push) Has been cancelled
tinymist::ci / build (push) Has been cancelled
This PR improves the help message of the CLL. Also, we change the verbs in the help message from plural (e.g. `compiles`) to singular (e.g. `compile`). This matches the style of `clap-rs`. Added tests about critical help messages. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| dist.toml | ||
| README.md | ||
tinymist
This crate provides a CLI that starts services for Typst [taɪpst]. It provides:
tinymist probe: Do nothing, which just probes that the binary is working.tinymist lsp: A language server following the Language Server Protocol.tinymist preview: A preview server for Typst.tinymist --help– Learn more about the CLI.
Usage
See Features: Command Line Interface.
Documentation
See Crate Docs.
Also see Developer Guide: Tinymist LSP.
Contributing
See CONTRIBUTING.md.