snippetbashTip
bacon — A background code checker for Rust. More information: <https://github.com/Canop/bacon>.
Viewed 0 times
commandrustcheckerclicodebaconbackgroundfor
Problem
How to use the
bacon command: A background code checker for Rust. More information: <https://github.com/Canop/bacon>.Solution
bacon — A background code checker for Rust. More information: <https://github.com/Canop/bacon>.Run
cargo check whenever a change is detected in the current directory:baconRun
cargo test whenever a change is detected in the given directory:bacon test {{path/to/directory}}Run
cargo check against all targets whenever a change is detected in the current directory:bacon check-allRun a specific job whenever a change is detected in the current directory:
bacon {{run|test|clippy|doc|...}}List all currently available jobs:
bacon --list-jobsInitialize a
bacon.toml configuration file in the current directory:bacon --initCode Snippets
Run `cargo check` whenever a change is detected in the current directory
baconRun `cargo test` whenever a change is detected in the given directory
bacon test {{path/to/directory}}Run `cargo check` against all targets whenever a change is detected in the current directory
bacon check-allRun a specific job whenever a change is detected in the current directory
bacon {{run|test|clippy|doc|...}}List all currently available jobs
bacon --list-jobsContext
tldr-pages: common/bacon
Revisions (0)
No revisions yet.