CommandLineTool

Undocumented in source.

Members

Mixins

__anonymous
mixin genCtor
Undocumented in source.
__anonymous
mixin genIdentifier
Undocumented in source.

Variables

arguments_
Optional!(Either!(string, CommandLineBinding)[]) arguments_;
Undocumented in source.
baseCommand_
Optional!(string, string[]) baseCommand_;
Undocumented in source.
class_
auto class_;
Undocumented in source.
cwlVersion_
Optional!CWLVersion cwlVersion_;
Undocumented in source.
doc_
Optional!string doc_;
Undocumented in source.
hints_
Optional!(Any[]) hints_;
Undocumented in source.
id_
Optional!string id_;
Undocumented in source.
inputs_
CommandInputParameter[] inputs_;
Undocumented in source.
label_
Optional!string label_;
Undocumented in source.
outputs_
CommandOutputParameter[] outputs_;
Undocumented in source.
permanentFailCodes_
Optional!(int[]) permanentFailCodes_;
Undocumented in source.
requirements_
Optional!(Either!(InlineJavascriptRequirement, SchemaDefRequirement, DockerRequirement, SoftwareRequirement, InitialWorkDirRequirement, EnvVarRequirement, ShellCommandRequirement, ResourceRequirement)[]) requirements_;
Undocumented in source.
stderr_
Optional!string stderr_;
Undocumented in source.
stdin_
Optional!string stdin_;
Undocumented in source.
stdout_
Optional!string stdout_;
Undocumented in source.
successCodes_
Optional!(int[]) successCodes_;
Undocumented in source.
temporaryFailCodes_
Optional!(int[]) temporaryFailCodes_;
Undocumented in source.

Mixed In Members

From mixin genCtor

this
this()
Undocumented in source.
this
this(Node node, LoadingContext context)
Undocumented in source.

From mixin genIdentifier

identifier
auto identifier()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta