Remove fifoi lines
This commit is contained in:
parent
e9e6fa6c6f
commit
c15b86654b
@ -3,15 +3,12 @@
|
|||||||
use alphanumeric_sort::compare_str;
|
use alphanumeric_sort::compare_str;
|
||||||
use clap::Parser;
|
use clap::Parser;
|
||||||
use regex::Regex;
|
use regex::Regex;
|
||||||
use std::path::PathBuf;
|
|
||||||
|
|
||||||
struct KakMessage(String, Option<String>);
|
struct KakMessage(String, Option<String>);
|
||||||
|
|
||||||
#[derive(Parser)]
|
#[derive(Parser)]
|
||||||
#[clap(about, version, author)]
|
#[clap(about, version, author)]
|
||||||
struct Options {
|
struct Options {
|
||||||
#[clap(short, long)]
|
|
||||||
fifo_name: PathBuf,
|
|
||||||
#[clap(short = 'S', long)]
|
#[clap(short = 'S', long)]
|
||||||
// TODO: Can we invert a boolean? This name is terrible
|
// TODO: Can we invert a boolean? This name is terrible
|
||||||
no_skip_whitespace: bool,
|
no_skip_whitespace: bool,
|
||||||
|
Loading…
Reference in New Issue
Block a user