getContext method
Retrieves the NatrixContext of the callback-given-metadata.
Implementation
NatrixContext getContext() => NatrixContext(
cmd: cmd,
parserOutput: _parserOutput,
globalFlags: _globalFlags,
);
Retrieves the NatrixContext of the callback-given-metadata.
NatrixContext getContext() => NatrixContext(
cmd: cmd,
parserOutput: _parserOutput,
globalFlags: _globalFlags,
);