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