rudof_cli 0.3.9

RDF and Knowledge Graphs processing tool
1
2
3
4
5
6
7
8
9
use crate::cli::parser::CommonArgsNoBackend;
use clap::Args;

/// Arguments for the `shell` command
#[derive(Debug, Clone, Args)]
pub struct ShellArgs {
    #[command(flatten)]
    pub common: CommonArgsNoBackend,
}