mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-14 07:13:51 +01:00
fix: runtime typo candite from shell
This commit is contained in:
parent
8740d01f12
commit
5428a7182d
3 changed files with 16 additions and 11 deletions
|
|
@ -62,9 +62,13 @@ fn print_help() {
|
|||
}
|
||||
|
||||
fn print_version() {
|
||||
println!("version: {}", option_env!("CARGO_PKG_VERSION").unwrap_or("unknown"));
|
||||
println!(
|
||||
"version: {}",
|
||||
option_env!("CARGO_PKG_VERSION").unwrap_or("unknown")
|
||||
);
|
||||
println!("compile features:");
|
||||
#[cfg(feature = "runtime-rules")] {
|
||||
#[cfg(feature = "runtime-rules")]
|
||||
{
|
||||
println!(" - runtime-rules");
|
||||
}
|
||||
std::process::exit(0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue