mirror of
https://github.com/YGGverse/rssto.git
synced 2026-03-31 09:05:29 +00:00
move config.toml example into crate root
This commit is contained in:
parent
ee083dfc45
commit
bc61b5c09c
2 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ use std::path::PathBuf;
|
||||||
pub struct Argument {
|
pub struct Argument {
|
||||||
/// Path to config file
|
/// Path to config file
|
||||||
///
|
///
|
||||||
/// * see `config/example.toml`
|
/// * see `config.toml`
|
||||||
#[arg(short, long)]
|
#[arg(short, long)]
|
||||||
pub config: PathBuf,
|
pub config: PathBuf,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue