Skip to content

Commit cdc31b5

Browse files
author
Peter Amstutz
committed
Add note that writable: true applies recursively.
1 parent 4afaff7 commit cdc31b5

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

v1.0/CommandLineTool.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -759,6 +759,9 @@ $graph:
759759
the original file or directory. Default false (files and directories
760760
read-only by default).
761761
762+
A directory marked as `writable: true` implies that all files and
763+
subdirectories are recursively writable as well.
764+
762765
763766
- name: InitialWorkDirRequirement
764767
type: record

v1.1.0-dev1/CommandLineTool.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -810,6 +810,8 @@ $graph:
810810
the original file or directory. Default false (files and directories
811811
read-only by default).
812812
813+
A directory marked as `writable: true` implies that all files and
814+
subdirectories are recursively writable as well.
813815
814816
- name: InitialWorkDirRequirement
815817
type: record

0 commit comments

Comments
 (0)