aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/command/install.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/program/aedifex/command/install.lux')
-rw-r--r--stdlib/source/program/aedifex/command/install.lux5
1 files changed, 3 insertions, 2 deletions
diff --git a/stdlib/source/program/aedifex/command/install.lux b/stdlib/source/program/aedifex/command/install.lux
index e6e85948c..9e624a11c 100644
--- a/stdlib/source/program/aedifex/command/install.lux
+++ b/stdlib/source/program/aedifex/command/install.lux
@@ -9,14 +9,15 @@
[concurrency
["[0]" async (.only Async)]]]
[data
- [binary (.only Binary)]
+ ["[0]" binary
+ [\ (.only Binary)]
+ ["[1]" \\format]]
[text
[encoding
["[0]" utf8]]]
[collection
["[0]" set]]
[format
- ["[0]" binary]
["[0]" tar]
["[0]" xml]]]
[tool