This commit is contained in:
2026-08-13 09:44:46 -04:00
parent f852da4f4e
commit a723b52191
11 changed files with 63 additions and 29 deletions
+3
View File
@@ -8,6 +8,9 @@ pub(crate) struct QueryArgs {
#[arg(short, long, value_name = "QUERY PATH")]
pub(crate) query_path: PathBuf,
#[arg(short, long, value_name = "BASE IRI")]
pub(crate) base: Option<String>,
}
#[derive(Args)]