|
|
@ -50,7 +50,7 @@ enum Command { |
|
|
|
/// file(s) to load.
|
|
|
|
/// file(s) to load.
|
|
|
|
///
|
|
|
|
///
|
|
|
|
/// If multiple files are provided they are loaded in parallel.
|
|
|
|
/// If multiple files are provided they are loaded in parallel.
|
|
|
|
#[clap(short, long, global = true)] |
|
|
|
#[clap(short, long, global = true, multiple_values = true)] |
|
|
|
file: Vec<String>, |
|
|
|
file: Vec<String>, |
|
|
|
/// Attempt to keep loading even if the data file is invalid.
|
|
|
|
/// Attempt to keep loading even if the data file is invalid.
|
|
|
|
///
|
|
|
|
///
|
|
|
|