Skip to main content

Module commands

Module commands 

Source
Expand description

CLI commands

Re-exports§

pub use add::AddArgs;
pub use add::execute as add_execute;
pub use build::BuildArgs;
pub use build::execute as build_execute;
pub use check::CheckArgs;
pub use check::execute as check_execute;
pub use inspect::InspectArgs;
pub use inspect::execute as inspect_execute;
pub use new::NewArgs;
pub use new::execute as new_execute;
pub use release::ReleaseArgs;
pub use release::execute as release_execute;
pub use run::RunArgs;
pub use run::execute as run_execute;
pub use test::TestArgs;
pub use test::execute as test_execute;

Modules§

add
Add command for scaffolding new UI windows.
build
Build command - generates production Rust code from Dampen UI files
check
inspect
Inspect command - view IR and generated code
new
Create a new Dampen project
release
Release command - builds production-optimized binaries with codegen mode
run
Run command - launches development mode with interpreted execution
test
Test command - runs test suite