pub enum Commands {
Show 34 variants
Extension {
action: ExtensionAction,
},
Evaluate {
modality: EvaluateModality,
},
Governance {
action: GovernanceAction,
},
Compile {
action: CompileAction,
},
Llm {
action: LlmAction,
},
Shader {
action: ShaderAction,
},
MeshProbe {
action: MeshAction,
},
Capabilities {
list: bool,
},
Shacl {
action: ShaclAction,
},
Vault {
init: bool,
},
Migrate {
action: MigrateAction,
},
Mem {
inspect: bool,
},
Inspect {
file_path: PathBuf,
},
Q42 {
action: Q42Action,
},
Dump {
out_path: PathBuf,
},
Daemon {
action: Option<DaemonAction>,
opts: DaemonOpts,
},
Mcp {
action: McpAction,
},
Service {
action: ServiceAction,
},
Webizen {
action: WebizenAction,
},
ExportSolid {
input: PathBuf,
output: PathBuf,
},
Solid {
action: SolidAction,
},
Benchmark {
action: BenchmarkAction,
},
Bench {
suite: String,
},
VerifyIntegrity {
input: PathBuf,
dataset: PathBuf,
},
VerifyGraph {
input: PathBuf,
dataset: PathBuf,
memory_mib: u64,
temp_gib: u64,
},
Import {
input: PathBuf,
output: PathBuf,
strip_literals: bool,
segment_mib: Option<u64>,
},
Ingest {
format: IngestFormat,
},
Query {
dialect: QueryDialect,
},
Compress {
input: PathBuf,
output: PathBuf,
},
Resources {
subcommand: String,
arg: Option<String>,
},
Profile {
action: ProfileAction,
},
Qpu {
action: QpuAction,
},
Solve {
action: SolveAction,
},
Science {
action: ScienceAction,
},
}Variants§
Extension
Fields
§
action: ExtensionActionEvaluate
Fields
§
modality: EvaluateModalityGovernance
Fields
§
action: GovernanceActionCompile
Fields
§
action: CompileActionLlm
Shader
Fields
§
action: ShaderActionMeshProbe
Fields
§
action: MeshActionCapabilities
Shacl
Fields
§
action: ShaclActionVault
Migrate
Fields
§
action: MigrateActionMem
Inspect
Q42
Dump
Daemon
Mcp
Service
Fields
§
action: ServiceActionWebizen
Fields
§
action: WebizenActionExportSolid
Solid
Fields
§
action: SolidActionBenchmark
Fields
§
action: BenchmarkActionBench
VerifyIntegrity
VerifyGraph
Prove exact encoded N-Triples/Q42 set equivalence using bounded external sorting.
Fields
Import
Fields
Ingest
Fields
§
format: IngestFormatQuery
Fields
§
dialect: QueryDialectCompress
Resources
Profile
Fields
§
action: ProfileActionQpu
Solve
Fields
§
action: SolveActionScience
Fields
§
action: ScienceActionTrait Implementations§
Source§impl FromArgMatches for Commands
impl FromArgMatches for Commands
Source§fn from_arg_matches(__clap_arg_matches: &ArgMatches) -> Result<Self, Error>
fn from_arg_matches(__clap_arg_matches: &ArgMatches) -> Result<Self, Error>
Source§fn from_arg_matches_mut(
__clap_arg_matches: &mut ArgMatches,
) -> Result<Self, Error>
fn from_arg_matches_mut( __clap_arg_matches: &mut ArgMatches, ) -> Result<Self, Error>
Source§fn update_from_arg_matches(
&mut self,
__clap_arg_matches: &ArgMatches,
) -> Result<(), Error>
fn update_from_arg_matches( &mut self, __clap_arg_matches: &ArgMatches, ) -> Result<(), Error>
Assign values from
ArgMatches to self.Source§fn update_from_arg_matches_mut<'b>(
&mut self,
__clap_arg_matches: &mut ArgMatches,
) -> Result<(), Error>
fn update_from_arg_matches_mut<'b>( &mut self, __clap_arg_matches: &mut ArgMatches, ) -> Result<(), Error>
Assign values from
ArgMatches to self.Source§impl Subcommand for Commands
impl Subcommand for Commands
Source§fn augment_subcommands<'b>(__clap_app: Command) -> Command
fn augment_subcommands<'b>(__clap_app: Command) -> Command
Source§fn augment_subcommands_for_update<'b>(__clap_app: Command) -> Command
fn augment_subcommands_for_update<'b>(__clap_app: Command) -> Command
Append to [
Command] so it can instantiate self via
[FromArgMatches::update_from_arg_matches_mut] Read moreSource§fn has_subcommand(__clap_name: &str) -> bool
fn has_subcommand(__clap_name: &str) -> bool
Test whether
Self can parse a specific subcommandAuto Trait Implementations§
impl Freeze for Commands
impl RefUnwindSafe for Commands
impl Send for Commands
impl Sync for Commands
impl Unpin for Commands
impl UnsafeUnpin for Commands
impl UnwindSafe for Commands
Blanket Implementations§
§impl<S, A> Aggregate<Result<S, Error>> for Awhere
A: Aggregate<S>,
impl<S, A> Aggregate<Result<S, Error>> for Awhere
A: Aggregate<S>,
Aggregate shares in an MPC protocol.
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more