mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-04 05:31:32 +00:00
kratactl: implement guest resolution and rename console to attach
This commit is contained in:
@ -11,11 +11,9 @@ use tonic::{transport::Channel, Request};
|
||||
|
||||
use crate::{
|
||||
events::EventStream,
|
||||
format::{kv2line, proto2dynamic, proto2kv},
|
||||
format::{guest_state_text, kv2line, proto2dynamic, proto2kv},
|
||||
};
|
||||
|
||||
use super::pretty::guest_state_text;
|
||||
|
||||
#[derive(ValueEnum, Clone, Debug, PartialEq, Eq)]
|
||||
enum ListFormat {
|
||||
CliTable,
|
||||
|
Reference in New Issue
Block a user