Skip to content

Commit

Permalink
feat(#129): comment instead of rustdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Sep 19, 2024
1 parent 34b2c60 commit f0dd799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ async fn main() {
command.arg("--verbose");

Check warning on line 61 in cli/src/main.rs

View check run for this annotation

Codecov / codecov/patch

cli/src/main.rs#L56-L61

Added lines #L56 - L61 were not covered by tests
}
#[cfg(target_os = "windows")]
/// Detached windows process flag.
// Detached windows process flag.
command.creation_flags(0x00000008);
match command.spawn() {
Ok(_) => println!(

Check warning on line 67 in cli/src/main.rs

View check run for this annotation

Codecov / codecov/patch

cli/src/main.rs#L66-L67

Added lines #L66 - L67 were not covered by tests
Expand Down

0 comments on commit f0dd799

Please sign in to comment.