Expand description
The CLI for MiTeX.
Modules§
- build_
info - Struct for build info.
- utils
- Utility functions and types.
Structs§
- Compile
Args - Compile arguments.
- Completion
Args - Generate shell completion script.
- Generate
Spec Args - Generates a command specification file for MiTeX.
- Manual
Args - Generate shell completion script.
- Opts
- CLI options
Enums§
- Compile
Stage - Available compile stages for
$program compile
- Spec
SubCommands - Commands about command specification for MiTeX.
- Subcommands
- Subcommands
- Version
Format - Available version formats for
$program -VV
Functions§
- get_cli
- Get a CLI command instance with/without subcommand.
- get_
os_ opts - Get CLI options from command line arguments.
- intercept_
version - Print version information and exit if
-VV
is present