svn commit: r368575 - head/stand/lua

Kyle Evans kevans at freebsd.org
Sat Dec 12 14:32:12 UTC 2020


On Sat, Dec 12, 2020 at 8:17 AM Toomas Soome <tsoome at me.com> wrote:
> > On 12. Dec 2020, at 16:10, Kyle Evans <kevans at freebsd.org> wrote:
> >
> > On Sat, Dec 12, 2020 at 1:35 AM Toomas Soome <tsoome at me.com> wrote:
> >>
> >> How about ’show-module-options’?
> >>
> >> rgds,
> >> toomas
> >>
> >
> > I missed that one. My 4th is a bit rusty, but it looks like this
> > should just be enumerating over config's local modules table and
> > dumping everything in sight?
> >
>
> Yes, with pager or it is a bit useless.
>

Hmm... we don't currently expose the pager routines to lua, so I'll
write a quick pager module to do so. I'll write the lua-side to use
the pager if it's available but fallback to dumping it all out
otherwise (which, thinking about the modules I typically have
installed and looking at a test-run of 4thloader's show-module-options
on an even more minimal system, 100% agree).


More information about the svn-src-head mailing list