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;
|
||||
|
||||
/// Liveterm: terminal streaming
|
||||
#[derive(Parser)]
|
||||
#[clap(author, version)]
|
||||
struct Opt {
|
||||
#[clap(subcommand)]
|
||||
subcommand: Subcommand,
|
||||
|
|
Loading…
Reference in a new issue