Skip to content

Commit

Permalink
Add note that writable: true applies recursively.
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Amstutz committed Jul 20, 2017
1 parent 4afaff7 commit cdc31b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions v1.0/CommandLineTool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -759,6 +759,9 @@ $graph:
the original file or directory. Default false (files and directories
read-only by default).
A directory marked as `writable: true` implies that all files and
subdirectories are recursively writable as well.
- name: InitialWorkDirRequirement
type: record
Expand Down
2 changes: 2 additions & 0 deletions v1.1.0-dev1/CommandLineTool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -810,6 +810,8 @@ $graph:
the original file or directory. Default false (files and directories
read-only by default).
A directory marked as `writable: true` implies that all files and
subdirectories are recursively writable as well.
- name: InitialWorkDirRequirement
type: record
Expand Down

0 comments on commit cdc31b5

Please sign in to comment.