This commit is contained in:
parent
daa81e484f
commit
b8ceb2ed34
1 changed files with 2 additions and 0 deletions
|
@ -9,7 +9,9 @@ use liveterm::{
|
||||||
};
|
};
|
||||||
use tracing::Level;
|
use tracing::Level;
|
||||||
|
|
||||||
|
/// Liveterm: terminal streaming
|
||||||
#[derive(Parser)]
|
#[derive(Parser)]
|
||||||
|
#[clap(author, version)]
|
||||||
struct Opt {
|
struct Opt {
|
||||||
#[clap(subcommand)]
|
#[clap(subcommand)]
|
||||||
subcommand: Subcommand,
|
subcommand: Subcommand,
|
||||||
|
|
Loading…
Reference in a new issue