src/repl_helper.rs (2 lines): - line 67: // FIXME: Use ansi crate - line 68: // FIXME: Find another way of determining state (than substring matching) src/awssdk_driver.rs (2 lines): - line 59: .expect("valid operation"); // FIXME: remove potential panic - line 60: // FIXME: use map middleware src/runner.rs (1 line): - line 280: // TODO: Return latency information from recent commands if we're able to capture it. src/command/mod.rs (1 line): - line 48: // FIXME: is there a way to share this with the main CLI opts? src/lib.rs (1 line): - line 95: // FIXME: Make testing support use the core types