This should help test and manage embedded Fastfoo library
@@ -129,5 +129,7 @@ case "$SATURNIN_SUBCOMMAND" in
conf) inigrep "$@" ;;
help) print_help ;;
_ls_subcommands) ls_subcommands ;;
+ _lsfun) ffoom lsfun ;;
+ _lsmod) ffoom lsmod ;;
*) subcommand "$@" ;;
esac