Expand description
CLI command implementations.
Structs§
- Check
Args - Arguments for the check command.
- Clean
Args - Arguments for the clean command.
- Format
Args - Arguments for the format command.
- Generate
Args - Arguments for the generate command.
- Locale
Processing Args - Common arguments for locale-based processing commands.
- Sync
Args - Arguments for the sync command.
- Watch
Args - Arguments for the watch command.
- Workspace
Args - Workspace
Crates - Represents a resolved set of crates for a command to operate on.
Functions§
- parallel_
generate - Run generation-like work using the monolithic temp crate approach.
- render_
generation_ results - Render a list of
GenerateResults with custom success/error handlers. - run_
check - Run the check command.
- run_
clean - Run the clean command.
- run_
format - Run the format command.
- run_
generate - Run the generate command.
- run_
sync - Run the sync command.
- run_
watch - Run the watch command.