Allows multiple values to be given to oxigraph_server load --file

Bug #211
pull/216/head
Tpt 2 years ago
parent 95fd439dc2
commit 1bca9436df
  1. 2
      server/src/main.rs

@ -50,7 +50,7 @@ enum Command {
/// file(s) to load.
///
/// 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>,
/// Attempt to keep loading even if the data file is invalid.
///

Loading…
Cancel
Save