Cargo Features
Intent-Engine has no features set by default.
[dependencies]
intent-engine = { version = "0.10.11", features = ["test-removed-cli-commands"] }
- test-removed-cli-commands
-
Feature flag to enable tests for removed CLI commands (v0.10.0 removed: task, event, current, etc.)
These tests are disabled by default and can be enabled with: cargo test --features test-removed-cli-commands