Remove option for number of threads
This commit is contained in:
parent
1e363c0508
commit
4319e403a5
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue