trvmctl => guestctl
This commit is contained in:
parent
7dee69f35b
commit
988b59cfdb
|
@ -532,7 +532,7 @@ dependencies = [
|
|||
]
|
||||
|
||||
[[package]]
|
||||
name = "trvmctl"
|
||||
name = "guestctl"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"base64",
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
[package]
|
||||
name = "trvmctl"
|
||||
name = "guestctl"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
registry = "distrust"
|
||||
|
||||
[features]
|
||||
default = ["unicode"]
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
use clap::{Parser, Subcommand};
|
||||
use std::{path::PathBuf, str::FromStr};
|
||||
|
||||
/// `Trove` Virtual Machine Controller.
|
||||
/// Guest Virtual Machine Controller.
|
||||
#[derive(Parser, Clone, Debug)]
|
||||
pub struct App {
|
||||
// global options go here
|
||||
|
|
Loading…
Reference in New Issue