aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/command/deploy.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/program/aedifex/command/deploy.lux')
-rw-r--r--stdlib/source/program/aedifex/command/deploy.lux18
1 files changed, 9 insertions, 9 deletions
diff --git a/stdlib/source/program/aedifex/command/deploy.lux b/stdlib/source/program/aedifex/command/deploy.lux
index 504a9206f..39e1c9815 100644
--- a/stdlib/source/program/aedifex/command/deploy.lux
+++ b/stdlib/source/program/aedifex/command/deploy.lux
@@ -2,24 +2,24 @@
[library
[lux "*"
[abstract
- [monad {"+" do}]]
+ [monad (.only do)]]
[control
- [try {"+" Try}]
+ [try (.only Try)]
[concurrency
- [async {"+" Async}]]]
+ [async (.only Async)]]]
[world
- [program {"+" Program}]
- [shell {"+" Shell}]
+ [program (.only Program)]
+ [shell (.only Shell)]
["[0]" file]
- ["[0]" console {"+" Console}]]]]
+ ["[0]" console (.only Console)]]]]
["[0]" / "_"
["[1][0]" snapshot]
["[1][0]" release]
["/[1]" // "_"
["/[1]" // "_"
- [command {"+" Command}]
- [repository {"+" Repository}]
- [artifact {"+" Artifact}]
+ [command (.only Command)]
+ [repository (.only Repository)]
+ [artifact (.only Artifact)]
["/" profile]
["[1][0]" action]]]])