cleanup cli library structure

This commit is contained in:
Dietmar Maurer
2019-02-21 09:07:25 +01:00
parent 56458d9764
commit 4de0e142a0
8 changed files with 20 additions and 11 deletions

View File

@ -3,7 +3,7 @@ extern crate proxmox_backup;
use failure::*;
use proxmox_backup::tools;
use proxmox_backup::cli::command::*;
use proxmox_backup::cli::*;
use proxmox_backup::api_schema::*;
use proxmox_backup::api_schema::router::*;

View File

@ -5,7 +5,7 @@ use failure::*;
use chrono::{Local, TimeZone};
use proxmox_backup::tools;
use proxmox_backup::cli::command::*;
use proxmox_backup::cli::*;
use proxmox_backup::api_schema::*;
use proxmox_backup::api_schema::router::*;
use proxmox_backup::client::*;

View File

@ -1,7 +1,7 @@
extern crate proxmox_backup;
//use proxmox_backup::api2;
use proxmox_backup::cli::command::*;
use proxmox_backup::cli::*;
fn datastore_commands() -> CommandLineInterface {