Skip to main content

Module commands

Module commands 

Source
Expand description

Command implementations for actr-cli

Re-exports§

pub use check::CheckCommand;
pub use config::ConfigCommand;
pub use discovery::DiscoveryCommand;
pub use doc::DocCommand;
pub use fingerprint::FingerprintCommand;
pub use generate::GenCommand;
pub use init::InitCommand;
pub use install::InstallCommand;
pub use run::RunCommand;

Modules§

check
Check command implementation - verify Actor-RTC service availability
codegen
config
Config command implementation - manage project configuration
discovery
Discovery Command Implementation
doc
Doc command implementation - generate project documentation
fingerprint
Fingerprint command implementation
generate
Code Generation Command
init
Project initialization command
initialize
install
Install Command Implementation
run
Run command implementation

Enums§

SupportedLanguage
Supported languages for CLI commands.

Traits§

Command