diff options
Diffstat (limited to 'stdlib/source/program/aedifex/command')
11 files changed, 26 insertions, 26 deletions
diff --git a/stdlib/source/program/aedifex/command/auto.lux b/stdlib/source/program/aedifex/command/auto.lux index 5b48f53e9..d9b565a08 100644 --- a/stdlib/source/program/aedifex/command/auto.lux +++ b/stdlib/source/program/aedifex/command/auto.lux @@ -15,10 +15,10 @@ [program (.only Program)] [shell (.only Exit Shell)] [console (.only Console)] - ["[0]" file + ["[0]" file (.only) ["[0]" watch (.only Watcher)]]]]] - ["[0]" // "_" - ["/[1]" // "_" + ["[0]" // + ["/[1]" // [command (.only Command)] ["[1]" profile] ["[1][0]" action] diff --git a/stdlib/source/program/aedifex/command/build.lux b/stdlib/source/program/aedifex/command/build.lux index 6e4629a72..3e175f2d7 100644 --- a/stdlib/source/program/aedifex/command/build.lux +++ b/stdlib/source/program/aedifex/command/build.lux @@ -32,7 +32,7 @@ [meta [cli ["[0]" compiler]] - ["[0]" packager + ["[0]" packager (.only) ["[0]_[1]" ruby]]]]] [world ["[0]" program (.only Program)] @@ -41,7 +41,7 @@ ["[0]" console (.only Console)] [net ["[0]" uri]]]]] - ["[0]" /// "_" + ["[0]" /// ["[1]" profile] ["[1][0]" action] ["[1][0]" command (.only Command)] diff --git a/stdlib/source/program/aedifex/command/clean.lux b/stdlib/source/program/aedifex/command/clean.lux index 8026697e9..6b03b8cea 100644 --- a/stdlib/source/program/aedifex/command/clean.lux +++ b/stdlib/source/program/aedifex/command/clean.lux @@ -13,7 +13,7 @@ [world ["[0]" file (.only Path)] ["[0]" console (.only Console)]]]] - ["[0]" /// "_" + ["[0]" /// [command (.only Command)] ["[1]" profile] ["[1][0]" action (.only Action)]]) diff --git a/stdlib/source/program/aedifex/command/deploy.lux b/stdlib/source/program/aedifex/command/deploy.lux index 2349894f2..572672110 100644 --- a/stdlib/source/program/aedifex/command/deploy.lux +++ b/stdlib/source/program/aedifex/command/deploy.lux @@ -12,11 +12,11 @@ [shell (.only Shell)] ["[0]" file] ["[0]" console (.only Console)]]]] - ["[0]" / "_" + ["[0]" / ["[1][0]" snapshot] ["[1][0]" release] - ["/[1]" // "_" - ["/[1]" // "_" + ["/[1]" // + ["/[1]" // [command (.only Command)] [repository (.only Repository)] [artifact (.only Artifact)] diff --git a/stdlib/source/program/aedifex/command/deploy/release.lux b/stdlib/source/program/aedifex/command/deploy/release.lux index dcda6536d..04c699286 100644 --- a/stdlib/source/program/aedifex/command/deploy/release.lux +++ b/stdlib/source/program/aedifex/command/deploy/release.lux @@ -15,7 +15,7 @@ ["[0]" environment]]] [data ["[0]" binary (.only Binary)] - ["[0]" text + ["[0]" text (.only) ["%" format] [encoding ["[0]" utf8]]] @@ -32,25 +32,25 @@ ["[0]" export] ["[0]" archive] ["[0]" context] - ["[0]" packager "_" + ["[0]" packager ["[1]" jvm]]]]] [world [program (.only Program)] [console (.only Console)] ["[0]" shell (.only Shell)] ["[0]" file]]]] - ["[0]" // "_" + ["[0]" // ["[1][0]" snapshot] - ["/[1]" // "_" + ["/[1]" // ["[1][0]" install] - ["/[1]" // "_" + ["/[1]" // [command (.only Command)] ["/" profile] ["[1][0]" action] ["[1][0]" pom] ["[1][0]" package] ["[1][0]" hash] - ["[1][0]" dependency "_" + ["[1][0]" dependency ["[1]/[0]" deployment] ["[1]/[0]" status]] ["[1][0]" repository (.only Repository) diff --git a/stdlib/source/program/aedifex/command/deploy/snapshot.lux b/stdlib/source/program/aedifex/command/deploy/snapshot.lux index 9e0f0f73c..f1c779517 100644 --- a/stdlib/source/program/aedifex/command/deploy/snapshot.lux +++ b/stdlib/source/program/aedifex/command/deploy/snapshot.lux @@ -24,13 +24,13 @@ [world [console (.only Console)] ["[0]" file]]]] - ["[0]" //// "_" + ["[0]" //// [command (.only Command)] ["/" profile] ["[1][0]" action] ["[1][0]" pom] ["[1][0]" package] - ["[1][0]" dependency "_" + ["[1][0]" dependency ["[1]/[0]" deployment] ["[1]/[0]" status]] ["[1][0]" repository (.only Repository) diff --git a/stdlib/source/program/aedifex/command/deps.lux b/stdlib/source/program/aedifex/command/deps.lux index 795187c01..f3cfc3d20 100644 --- a/stdlib/source/program/aedifex/command/deps.lux +++ b/stdlib/source/program/aedifex/command/deps.lux @@ -19,9 +19,9 @@ [program (.only Program)] ["[0]" file] ["[0]" console (.only Console)]]]] - ["[0]" // "_" + ["[0]" // ["[1][0]" clean] - ["/[1]" // "_" + ["/[1]" // [command (.only Command)] [repository (.only Repository)] ["[1]" profile] diff --git a/stdlib/source/program/aedifex/command/install.lux b/stdlib/source/program/aedifex/command/install.lux index 27ed1b7c6..803bda26f 100644 --- a/stdlib/source/program/aedifex/command/install.lux +++ b/stdlib/source/program/aedifex/command/install.lux @@ -27,9 +27,9 @@ [program (.only Program)] ["[0]" file] ["[0]" console (.only Console)]]]] - ["[0]" // "_" + ["[0]" // ["[1][0]" clean] - ["/[1]" // "_" + ["/[1]" // ["/" profile (.only Profile)] ["[1][0]" action (.only Action)] ["[1][0]" command (.only Command)] @@ -38,7 +38,7 @@ ["[1][0]" package] [repository (.only Repository) ["[1][0]" origin]] - ["[1][0]" dependency "_" + ["[1][0]" dependency ["[1]/[0]" deployment] ["[1]/[0]" status]] ["[1][0]" artifact (.only Artifact) diff --git a/stdlib/source/program/aedifex/command/pom.lux b/stdlib/source/program/aedifex/command/pom.lux index 32b71a4f4..865e650a1 100644 --- a/stdlib/source/program/aedifex/command/pom.lux +++ b/stdlib/source/program/aedifex/command/pom.lux @@ -17,7 +17,7 @@ [world ["[0]" file] ["[0]" console (.only Console)]]]] - ["[0]" /// "_" + ["[0]" /// [command (.only Command)] ["[1][0]" action] ["[1][0]" pom]]) diff --git a/stdlib/source/program/aedifex/command/test.lux b/stdlib/source/program/aedifex/command/test.lux index 8b3c5fae3..921a74148 100644 --- a/stdlib/source/program/aedifex/command/test.lux +++ b/stdlib/source/program/aedifex/command/test.lux @@ -20,9 +20,9 @@ ["[0]" file] ["[0]" shell (.only Exit Shell)] ["[0]" console (.only Console)]]]] - ["[0]" // "_" + ["[0]" // ["[1][0]" build] - ["/[1]" // "_" + ["/[1]" // ["[1]" profile] ["[1][0]" action] ["[1][0]" command (.only Command)] diff --git a/stdlib/source/program/aedifex/command/version.lux b/stdlib/source/program/aedifex/command/version.lux index 6e3e5dd3f..488b7660a 100644 --- a/stdlib/source/program/aedifex/command/version.lux +++ b/stdlib/source/program/aedifex/command/version.lux @@ -5,7 +5,7 @@ [try (.only Try)] [concurrency ["[0]" async (.only Async)]]] - ["[0]" meta "_" + ["[0]" meta ["[1]/[0]" version]] [tool [compiler |