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