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