Skip to content

Commit

Permalink
feat(#45): --init
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Oct 11, 2024
1 parent 25708ec commit d6e40ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/tests/integration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ mod tests {
assert!(output.contains("-d"));
assert!(output.contains("--detach"));
assert!(output.contains("Run in detach mode"));
assert!(output.contains("--state"));
assert!(output.contains("Path to file or directory with state"));
assert!(output.contains("--init"));
assert!(output.contains("Path to file or directory with initial state"));
Ok(())
}

Expand Down

0 comments on commit d6e40ea

Please sign in to comment.