Module commands

Module commands 

Source
Expand description

Command implementations for actr-cli

Re-exports§

pub use discovery::DiscoveryCommand;
pub use generate::GenCommand;
pub use init::InitCommand;
pub use install::InstallCommand;

Modules§

check
Check command implementation - verify Actor-RTC service connectivity
codegen
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