Module cli_xtask::subcommand

source ·
Expand description

Command line interfaces for xtask workflows.

Structs

Buildsubcommand-build
Arguments definition of the build subcommand.
Clippysubcommand-clippy
Arguments definition of the clippy subcommand.
Distsubcommand-dist
Arguments definition of the dist subcommand.
DistArchivesubcommand-dist-archive
Arguments definition of the dist-archive subcommand.
DistBuildsubcommand-dist-build-*
Arguments definition of the dist-build subcommand.
DistBuildBinsubcommand-dist-build-bin
Arguments definition of the dist-build-bin subcommand.
DistBuildCompletionsubcommand-dist-build-completion
Arguments definition of the dist-build-completion subcommand.
DistBuildDocsubcommand-dist-build-doc
Arguments definition of the dist-build-doc subcommand.
DistBuildLicensesubcommand-dist-build-license
Arguments definition of the dist-build-license subcommand.
DistBuildMansubcommand-dist-build-man
Arguments definition of the dist-build-man subcommand.
DistBuildReadmesubcommand-dist-build-readme
Arguments definition of the dist-build-readme subcommand.
DistCleansubcommand-dist-clean
Arguments definition of the dist-clean subcommand.
Docsubcommand-doc
Arguments definition of the doc subcommand.
Docsrssubcommand-docsrs
Arguments definition of the docsrs subcommand.
Execsubcommand-exec
Arguments definition of the exec subcommand.
Fmtsubcommand-fmt
Arguments definition of the fmt subcommand.
Lintsubcommand-lint
Arguments definition of the lint subcommand.
PreReleasesubcommand-pre-release
Arguments definition of the pre-release subcommand.
SyncRdmesubcommand-sync-rdme
Arguments definition of the sync-rdme subcommand.
Testsubcommand-test
Arguments definition of the test subcommand.
Tidysubcommand-tidy
Arguments definition of the tidy subcommand.
Udepssubcommand-udeps
Arguments definition of the udeps subcommand.

Enums

Subcommand definition for cargo xtask command.