From 35c0807799717cd720ab28b35851c1a01a67445d Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Tue, 7 Sep 2021 22:50:21 -0400 Subject: De-taggification | part 4 --- stdlib/source/program/aedifex/command/deploy.lux | 62 ++++++++++++------------ 1 file changed, 31 insertions(+), 31 deletions(-) (limited to 'stdlib/source/program/aedifex/command/deploy.lux') diff --git a/stdlib/source/program/aedifex/command/deploy.lux b/stdlib/source/program/aedifex/command/deploy.lux index 49837055c..ee2cc3c71 100644 --- a/stdlib/source/program/aedifex/command/deploy.lux +++ b/stdlib/source/program/aedifex/command/deploy.lux @@ -5,53 +5,53 @@ [monad {"+" [do]}]] [control [pipe {"+" [do>]}] - ["." try {"+" [Try]}] + ["[0]" try {"+" [Try]}] [concurrency - ["." async {"+" [Async]} ("#\." monad)]] + ["[0]" async {"+" [Async]} ("[1]\[0]" monad)]] ["<>" parser - ["<.>" xml]]] + ["<[0]>" xml]]] [data [binary {"+" [Binary]}] [text ["%" format {"+" [format]}] [encoding - ["." utf8]]] + ["[0]" utf8]]] [collection - ["." set]] + ["[0]" set]] [format - ["." binary] - ["." tar] - ["." xml]]] + ["[0]" binary] + ["[0]" tar] + ["[0]" xml]]] [time - ["." instant {"+" [Instant]}]] + ["[0]" instant {"+" [Instant]}]] [world - ["." file] - ["." console {"+" [Console]}]]]] + ["[0]" file] + ["[0]" console {"+" [Console]}]]]] [program [compositor - ["." export]]] - ["." // "_" - ["#." clean] - ["/#" // "_" + ["[0]" export]]] + ["[0]" // "_" + ["[1][0]" clean] + ["/[1]" // "_" [command {"+" [Command]}] ["/" profile] - ["#." action {"+" [Action]}] - ["#." pom] - ["#." hash] - ["#." package] - ["#." dependency - ["#/." deployment] - ["#/." status {"+" [Status]}]] - ["#." repository {"+" [Repository]} + ["[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]}] - ["#/." remote] - ["#/." origin]] - ["#." metadata - ["#/." artifact] - ["#/." snapshot]] - ["#." artifact {"+" [Artifact]} - ["#/." extension {"+" [Extension]}] - ["#/." type]]]]) + ["[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]" type]]]]) (def: .public success "Successfully deployed the project.") -- cgit v1.2.3