from extension
This commit is contained in:
parent
68564256ff
commit
423c8f996f
@ -5,7 +5,7 @@ use clap::Parser;
|
|||||||
about = "ffplayout, Rust based 24/7 playout solution.\n\nRun without any command to use config file only, or with commands to override parameters.",
|
about = "ffplayout, Rust based 24/7 playout solution.\n\nRun without any command to use config file only, or with commands to override parameters.",
|
||||||
long_about = None)]
|
long_about = None)]
|
||||||
pub struct Args {
|
pub struct Args {
|
||||||
#[clap(short, long, help = "File path to ffplayout.conf")]
|
#[clap(short, long, help = "File path to ffplayout.yml")]
|
||||||
pub config: Option<String>,
|
pub config: Option<String>,
|
||||||
|
|
||||||
#[clap(short, long, help = "File path for logging")]
|
#[clap(short, long, help = "File path for logging")]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user