Closed jurij-jukic closed 6 months ago
@nick1udwig could you give an example of using --features
with multiple features? i assume cargo.toml needs to be modified as well.
@nick1udwig could you give an example of using
--features
with multiple features? i assume cargo.toml needs to be modified as well.
https://doc.rust-lang.org/cargo/reference/features.html#command-line-feature-options
Currently the only feature we support system-wide is simulation-mode
, but that doesn't stop users from making their own for their processes
Oh, one request before merge. Please add a link to kit-dev-toolkit.md
as well.
@nick1udwig please confirm my --features
description, then it's good to go
@nick1udwig, please proof read the section. most of it was copy pasted from
kit build
andkit start-package
things to check:
--no-ui
explanationQ: what should be written under
--features
?