script: Rework guile script with new CLI support

Integrate the guile scripting a bit better into the mu cmdline.
Rework the old script module for that.
This commit is contained in:
Dirk-Jan C. Binnema
2022-11-16 23:26:29 +02:00
parent 36f6e387ae
commit cec08ab1ea
4 changed files with 153 additions and 572 deletions

View File

@ -56,6 +56,8 @@ struct Error final : public std::exception {
Play = ERROR_ENUM(1,0),
Query = ERROR_ENUM(1,0),
SchemaMismatch = ERROR_ENUM(1,0),
Script = ERROR_ENUM(1,0),
ScriptNotFound = ERROR_ENUM(1,0),
Store = ERROR_ENUM(1,0),
StoreLock = ERROR_ENUM(19,0),
UnverifiedSignature = ERROR_ENUM(1,0),