about summary refs log tree commit diff
path: root/pkgs/profpatsch/dhallsh/Completion/Command/type.dhall
blob: ffbcd2bf468397c150013cb2358be024c5882a67 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
  λ(a : Type)
→ { name :
      Text
  , description :
      Text
  , options :
      List ../Option/type.dhall
  , arguments :
      ./Arguments.dhall a
  }