freebsd-dev/stand/lua
Kyle Evans 2e4dad82c7 lualoader: Attach cli command functions to cli module
Instead of the global namespace, let's attach these to the cli module. Other
users, including the "local" module, can attach functions to the cli module
at will to add other cli commands and things will still Just Work.

This distills down the candidates for functions that may be invoked via the
cli to a minimal set (boot, autoboot, arguments), rather than any function
that happens to live in the global lua namespace.
2018-02-22 01:57:38 +00:00
..
cli.lua lualoader: Attach cli command functions to cli module 2018-02-22 01:57:38 +00:00
color.lua lualoader: Drop excessive parenthesizing 2018-02-21 01:35:19 +00:00
config.lua lualoader: Output "Failed to parse" messages 2018-02-21 01:52:42 +00:00
core.lua lualoader: Split cli bits out into a cli module 2018-02-22 01:21:39 +00:00
drawer.lua lualoader: Replace 8-space indentation with a single tab 2018-02-21 19:56:34 +00:00
loader.lua lualoader: Split cli bits out into a cli module 2018-02-22 01:21:39 +00:00
Makefile lualoader: Split cli bits out into a cli module 2018-02-22 01:21:39 +00:00
menu.lua lualoader: Don't execute menu.autoboot() for every opened menu 2018-02-21 17:33:01 +00:00
password.lua lualoader: Drop password length restrictions 2018-02-21 20:17:08 +00:00
screen.lua lualoader: Remove nasty hack for not printing out ".0" 2018-02-21 21:39:47 +00:00