Remove fifoi lines

This commit is contained in:
Austen Adler 2022-01-23 23:07:41 -05:00
parent e9e6fa6c6f
commit c15b86654b

View File

@ -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,