feat: add compose ps command
Ps is new command scoped under compose. It is just proxy to `docker compose ps`.
This commit is contained in:
@@ -63,7 +63,7 @@ impl CommandBuilder {
|
||||
}
|
||||
|
||||
fn build(self) -> Result<Command> {
|
||||
debug_println!("\nran {self}\n");
|
||||
debug_println!("-----\n{self}\n-----");
|
||||
|
||||
let (first, rest) = self.args.split_first().context("empty args")?;
|
||||
let mut command = Command::new(first);
|
||||
|
||||
Reference in New Issue
Block a user