chore: switch to TOML-based configuration
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Id9e80fa744f3b7e3b8abc260efdc9dd66a6a6964
This commit is contained in:
parent
7f2934338f
commit
bfd9fa485e
5 changed files with 82 additions and 29 deletions
|
|
@ -27,7 +27,7 @@ enum Args {
|
|||
|
||||
#[derive(Parser, Debug)]
|
||||
struct RunArgs {
|
||||
#[arg(short, long, default_value = "/etc/pscand/pscand.conf")]
|
||||
#[arg(short, long, default_value = "/etc/pscand/pscand.toml")]
|
||||
config: PathBuf,
|
||||
|
||||
#[arg(short, long)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue