mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-17 23:01:04 +02:00
feat(cli): debug flag
This commit is contained in:
parent
a0cb01ae5f
commit
7413f78e04
3 changed files with 23 additions and 3 deletions
|
@ -15,6 +15,11 @@ pub struct Args {
|
|||
#[arg(long("print-schema"))]
|
||||
pub print_schema: bool,
|
||||
|
||||
/// Print debug information to stderr
|
||||
/// TODO: Make bar follow this too
|
||||
#[arg(long)]
|
||||
pub debug: bool,
|
||||
|
||||
/// `bar_id` argument passed by `swaybar_command`.
|
||||
/// Not used.
|
||||
#[arg(short('b'), hide(true))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue