mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-17 06:41:03 +02:00
feat: add shell completions
Auto-generated with clap.
This commit is contained in:
parent
df55cdfa9f
commit
4381fd505d
6 changed files with 100 additions and 3 deletions
|
@ -1,6 +1,5 @@
|
|||
use crate::error::ExitCode;
|
||||
use crate::ipc::commands::Command;
|
||||
use crate::ipc::responses::Response;
|
||||
use crate::ipc::{Command, Response};
|
||||
use clap::{Parser, ValueEnum};
|
||||
use serde::{Deserialize, Serialize};
|
||||
use std::process::exit;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue