Module commands

Module commands 

Source
Expand description

CLI command implementations.

Structs§

CheckArgs
Arguments for the check command.
CleanArgs
Arguments for the clean command.
FormatArgs
Arguments for the format command.
GenerateArgs
Arguments for the generate command.
LocaleProcessingArgs
Common arguments for locale-based processing commands.
SyncArgs
Arguments for the sync command.
WatchArgs
Arguments for the watch command.
WorkspaceArgs
WorkspaceCrates
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.