mu-scm: add options, some tweaks

Add the (options) procedure + docs.

Some internal tweaks / clean-ups.
This commit is contained in:
Dirk-Jan C. Binnema
2025-06-20 20:31:32 +03:00
parent e647ca924d
commit 812d78be49
7 changed files with 74 additions and 30 deletions

View File

@ -674,7 +674,7 @@ AssocPairs<SubCommand, CommandInfo, Options::SubCommandNum> SubCommandInfos= {{
"remove", "Remove message from file-system and database", sub_remove }
},
{ SubCommand::Scm,
{Category::None,
{Category::NeedsReadOnlyStore,
"scm", "Start Guile/Scheme shell",sub_scm}
},
{ SubCommand::Script,