From 28c724857d76afdc40b5b036f415cc151eb66263 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 2 Dec 2020 20:37:13 -0400 Subject: Replaced "contains?" function with "key?" function. --- stdlib/source/program/aedifex.lux | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'stdlib/source/program/aedifex.lux') diff --git a/stdlib/source/program/aedifex.lux b/stdlib/source/program/aedifex.lux index d876b5665..2478b4016 100644 --- a/stdlib/source/program/aedifex.lux +++ b/stdlib/source/program/aedifex.lux @@ -48,6 +48,7 @@ ["#." dependency #_ ["#" resolution (#+ Resolution)]] ["#." command (#+ Command) + ["#/." version] ["#/." clean] ["#/." pom] ["#/." install] @@ -87,6 +88,10 @@ (case ?profile (#try.Success profile) (case operation + #/cli.Version + (exec (/command/version.do! profile) + (wrap [])) + #/cli.Clean (exec (/command/clean.do! (file.async file.default) profile) (wrap [])) -- cgit v1.2.3