getContext method

NatrixContext getContext()

Retrieves the NatrixContext of the callback-given-metadata.

Implementation

NatrixContext getContext() => NatrixContext(
  cmd: cmd,
  parserOutput: _parserOutput,
  globalFlags: _globalFlags,
);