887e9cda427cac581bab8ec45704974a62fcd81a
src/modes/get.rs:
```rust <<<<<<< SEARCH use std::str::FromStr; use clap::Command; ======= use std::str::FromStr; use std::io::BufWriter; use clap::Command; >>>>>>> REPLACE ``` This ensures the `BufWriter` import is added between `FromStr` and `Command` without duplicating any existing lines.
Description
Languages
Rust
99.5%
Shell
0.3%
Dockerfile
0.2%