Always 'ShellCommandRequirement'
Document fragment to load this record object from.
Base URI to generate child document IDs against.
Context for loading URIs and populating objects.
ID at this position in the document (if available)
Generated using TypeDoc
Auto-generated class implementation for https://w3id.org/cwl/cwl#ShellCommandRequirement
Modify the behavior of CommandLineTool to generate a single string containing a shell command line. Each item in the argument list must be joined into a string separated by single spaces and quoted to prevent intepretation by the shell, unless
CommandLineBinding
for that argument containsshellQuote: false
. IfshellQuote: false
is specified, the argument is joined into the command string without quoting, which allows the use of shell metacharacters such as|
for pipes.