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.lux30
1 files changed, 15 insertions, 15 deletions
diff --git a/stdlib/source/program/aedifex/command/deploy.lux b/stdlib/source/program/aedifex/command/deploy.lux
index d6d783113..775d52529 100644
--- a/stdlib/source/program/aedifex/command/deploy.lux
+++ b/stdlib/source/program/aedifex/command/deploy.lux
@@ -2,18 +2,18 @@
[library
[lux "*"
[abstract
- [monad {"+" [do]}]]
+ [monad {"+" do}]]
[control
- [pipe {"+" [do>]}]
- ["[0]" try {"+" [Try]}]
+ [pipe {"+" do>}]
+ ["[0]" try {"+" Try}]
[concurrency
- ["[0]" async {"+" [Async]} ("[1]#[0]" monad)]]
+ ["[0]" async {"+" Async} ("[1]#[0]" monad)]]
["<>" parser
["<[0]>" xml]]]
[data
- [binary {"+" [Binary]}]
+ [binary {"+" Binary}]
[text
- ["%" format {"+" [format]}]
+ ["%" format {"+" format}]
[encoding
["[0]" utf8]]]
[collection
@@ -23,34 +23,34 @@
["[0]" tar]
["[0]" xml]]]
[time
- ["[0]" instant {"+" [Instant]}]]
+ ["[0]" instant {"+" Instant}]]
[world
["[0]" file]
- ["[0]" console {"+" [Console]}]]]]
+ ["[0]" console {"+" Console}]]]]
[program
[compositor
["[0]" export]]]
["[0]" // "_"
["[1][0]" clean]
["/[1]" // "_"
- [command {"+" [Command]}]
+ [command {"+" Command}]
["/" profile]
- ["[1][0]" action {"+" [Action]}]
+ ["[1][0]" action {"+" Action}]
["[1][0]" pom]
["[1][0]" hash]
["[1][0]" package]
["[1][0]" dependency
["[1]/[0]" deployment]
- ["[1]/[0]" status {"+" [Status]}]]
- ["[1][0]" repository {"+" [Repository]}
- [identity {"+" [Identity]}]
+ ["[1]/[0]" status {"+" Status}]]
+ ["[1][0]" repository {"+" Repository}
+ [identity {"+" Identity}]
["[1]/[0]" remote]
["[1]/[0]" origin]]
["[1][0]" metadata
["[1]/[0]" artifact]
["[1]/[0]" snapshot]]
- ["[1][0]" artifact {"+" [Artifact]}
- ["[1]/[0]" extension {"+" [Extension]}]
+ ["[1][0]" artifact {"+" Artifact}
+ ["[1]/[0]" extension {"+" Extension}]
["[1]/[0]" type]]]])
(def: .public success