stdin

Only valid as a type for a CommandLineTool input with no inputBinding set. stdin must not be specified at the CommandLineTool level. The following

inputs:
   an_input_name:
   type: stdin

s equivalent to

inputs:
  an_input_name:
    type: File
    streamable: true
stdin: ${inputs.an_input_name.path}

Members

Enums

Symbol
enum Symbol
Undocumented in source.

Mixins

__anonymous
mixin genCtor
Undocumented in source.
__anonymous
mixin genOpEq
Undocumented in source.
__anonymous
mixin genDumper
Undocumented in source.

Variables

value
Symbol value;
Undocumented in source.

Meta