InitialWorkDirRequirement.listing_

The list of files or subdirectories that must be placed in the designated output directory prior to executing the command line tool. May be an expression. If so, the expression return value must validate as {type: array, items: [File, Directory]}. Files or Directories which are listed in the input parameters and appear in the InitialWorkDirRequirement listing must have their path set to their staged location in the designated output directory. If the same File or Directory appears more than once in the InitialWorkDirRequirement listing, the implementation must choose exactly one value for path; how this value is chosen is undefined.

class InitialWorkDirRequirement
Either!(Either!(File, Directory, Dirent, string, Expression)[], string, Expression) listing_;

Meta