aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/command/version.lux
blob: 8f26a7fb799009b12a6e9de49ee036c1ceb858e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(.module:
  [lux #*
   [tool
    [compiler
     ["." version]
     ["." language #_
      ["#/." lux #_
       ["#" version]]]]]]
  ["." /// #_
   [command (#+ Command)]
   ["#." action]])

(def: #export (do! profile)
  (Command Any)
  (\ ///action.monad wrap
     (log! (version.format language/lux.version))))