gitextract_0gob4d2c/ ├── .gitignore ├── Cargo.toml ├── LICENSE.md ├── example/ │ ├── Cargo.toml │ └── main.rs ├── readme.md ├── src/ │ └── main.rs ├── terse_cli/ │ ├── Cargo.toml │ └── lib.rs ├── terse_cli_lib/ │ ├── Cargo.toml │ └── lib.rs └── tests/ ├── main.rs └── test_cli_subcommand.rs