about summary refs log tree commit diff
path: root/pkgs/profpatsch/dhallsh/Completion/Command/type.dhall
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/profpatsch/dhallsh/Completion/Command/type.dhall')
-rw-r--r--pkgs/profpatsch/dhallsh/Completion/Command/type.dhall4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/profpatsch/dhallsh/Completion/Command/type.dhall b/pkgs/profpatsch/dhallsh/Completion/Command/type.dhall
index a0fd4e98..ffbcd2bf 100644
--- a/pkgs/profpatsch/dhallsh/Completion/Command/type.dhall
+++ b/pkgs/profpatsch/dhallsh/Completion/Command/type.dhall
@@ -5,6 +5,6 @@
       Text
   , options :
       List ../Option/type.dhall
-  , subcommands :
-      List a
+  , arguments :
+      ./Arguments.dhall a
   }