Remove option for number of threads

This commit is contained in:
Magnus Ulimoen 2021-08-06 17:24:59 +00:00
parent 1e363c0508
commit 4319e403a5
1 changed files with 0 additions and 3 deletions

View File

@ -15,9 +15,6 @@ mod system;
struct CliOptions { struct CliOptions {
#[argh(positional)] #[argh(positional)]
json: std::path::PathBuf, json: std::path::PathBuf,
/// number of simultaneous threads
#[argh(option, short = 'j')]
jobs: Option<usize>,
/// name of output file /// name of output file
#[argh( #[argh(
option, option,