mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-05 05:55:23 +00:00
proxmox-api/src/cli/shellword.rs: re-export Quote from rustyline
This commit is contained in:
parent
a9275caa61
commit
8f7127a9aa
@ -1,5 +1,8 @@
|
|||||||
use failure::*;
|
use failure::*;
|
||||||
use rustyline::completion::Quote;
|
|
||||||
|
/// Shell quote type
|
||||||
|
pub use rustyline::completion::Quote;
|
||||||
|
|
||||||
|
|
||||||
#[derive(PartialEq)]
|
#[derive(PartialEq)]
|
||||||
enum ParseMode {
|
enum ParseMode {
|
||||||
|
Loading…
Reference in New Issue
Block a user