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)
class stdin : EnumSchemaBase {}

Members

Enums

Symbol
enum Symbol

Mixins

__anonymous
mixin genBody
Undocumented in source.

Variables

value
Symbol value;
Undocumented in source.

Mixed In Members

From mixin genBody

__anonymous
mixin genBody_!saladVersion
Undocumented in source.

Meta