diff --git a/proxmox-api/src/cli/shellword.rs b/proxmox-api/src/cli/shellword.rs index 5248fc22..60a7a5e6 100644 --- a/proxmox-api/src/cli/shellword.rs +++ b/proxmox-api/src/cli/shellword.rs @@ -1,5 +1,8 @@ use failure::*; -use rustyline::completion::Quote; + +/// Shell quote type +pub use rustyline::completion::Quote; + #[derive(PartialEq)] enum ParseMode {