Module cli

Module cli 

Source
Available on crate feature cli only.
Expand description

Command line tools.

This module is specifically designed to be used by LTRS’s binary target. It contains all the content needed to create LTRS’s command line interface.

Modules§

check
Check text using LanguageTool server.

Structs§

Cli
Main command line structure. Contains every subcommand.
Dockerdocker
Commands to pull, start and stop a LanguageTool container using Docker.

Enums§

Command
All possible subcommands.

Functions§

build_cli
Build a command from the top-level command line structure.