Remove option for number of threads
This commit is contained in:
parent
1e363c0508
commit
4319e403a5
|
@ -15,9 +15,6 @@ mod system;
|
|||
struct CliOptions {
|
||||
#[argh(positional)]
|
||||
json: std::path::PathBuf,
|
||||
/// number of simultaneous threads
|
||||
#[argh(option, short = 'j')]
|
||||
jobs: Option<usize>,
|
||||
/// name of output file
|
||||
#[argh(
|
||||
option,
|
||||
|
|
Loading…
Reference in New Issue