mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-11 17:44:19 -05:00
update author and clap args
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
name = "monitor_periphery"
|
||||
version = "0.3.4"
|
||||
edition = "2021"
|
||||
authors = ["MoghTech"]
|
||||
description = "monitor periphery binary"
|
||||
authors = ["mbecker20 <becker.maxh@gmail.com>"]
|
||||
description = "monitor periphery client"
|
||||
license = "GPL-3.0-or-later"
|
||||
|
||||
[[bin]]
|
||||
|
||||
@@ -11,8 +11,7 @@ use types::PeripheryConfig;
|
||||
use crate::{HomeDirExtension, PeripheryConfigExtension};
|
||||
|
||||
#[derive(Parser)]
|
||||
#[command(author = "mbecker20 <becker.maxh@gmail.com>")]
|
||||
#[command(about = "monitor periphery client")]
|
||||
#[command(author, about)]
|
||||
pub struct Args {
|
||||
/// Run this program as a system daemon
|
||||
#[arg(short, long)]
|
||||
|
||||
Reference in New Issue
Block a user