TaskRunConfig.dhall 91 B

123456
  1. { path : Text
  2. , args : Optional (List Text)
  3. , dir : Optional Text
  4. , user : Optional Text
  5. }