about summary refs log tree commit diff
path: root/pkgs/profpatsch/dhallsh/Completion/Option/type.dhall
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2019-09-16 00:56:37 +0200
committerProfpatsch <mail@profpatsch.de>2020-02-24 00:57:55 +0100
commit7bb981bca6c1fabb7bdfe367a6b19042ca36afd7 (patch)
treec874fd97aeab7e47d6ec66e0fbcc7d1db78f9794 /pkgs/profpatsch/dhallsh/Completion/Option/type.dhall
parent0170d75092b4750ad03d9c606918cf659703e8d5 (diff)
Mostly implement nice completion for dhall
A few bugs are still remainaing, but it can recognize when files
should be completed for example.
Diffstat (limited to 'pkgs/profpatsch/dhallsh/Completion/Option/type.dhall')
-rw-r--r--pkgs/profpatsch/dhallsh/Completion/Option/type.dhall10
1 files changed, 1 insertions, 9 deletions
diff --git a/pkgs/profpatsch/dhallsh/Completion/Option/type.dhall b/pkgs/profpatsch/dhallsh/Completion/Option/type.dhall
index 44f62d2e..9f5d14f1 100644
--- a/pkgs/profpatsch/dhallsh/Completion/Option/type.dhall
+++ b/pkgs/profpatsch/dhallsh/Completion/Option/type.dhall
@@ -1,9 +1 @@
-{ short :
-    Optional Text
-, long :
-    Text
-, description :
-    Text
-, argument :
-    Optional Text
-}
+{ short : Optional Text, long : Text, description : Text, takes-files : Bool }