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:
@ -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),
|
||||
|
||||
Reference in New Issue
Block a user