document installation methods (only vmroot yet)
This commit is contained in:
11
doc/parse-options-outputs.fnl
Normal file
11
doc/parse-options-outputs.fnl
Normal file
@@ -0,0 +1,11 @@
|
||||
(local yaml (require :lyaml))
|
||||
|
||||
;; (local { : view } (require :fennel))
|
||||
|
||||
(local outputs (collect [k v (ipairs arg)]
|
||||
(values v true)))
|
||||
|
||||
(each [_ option (ipairs (yaml.load (io.read "*a")))]
|
||||
(when (. outputs option.name)
|
||||
(print (.. ".. _" option.name) "\n")
|
||||
(print option.description)))
|
Reference in New Issue
Block a user