summaryrefslogtreecommitdiff
path: root/lib/utils/mu-command-handler.hh
AgeCommit message (Collapse)Author
2025-08-26Replace "the the " with "the "Anton Mosich
2023-09-24command-handler: more unit testsDirk-Jan C. Binnema
2023-09-12mu: Fix "expected command" server error reportDavid Edmondson
2023-06-27lib: update for api changes, update testsDirk-Jan C. Binnema
With the new Sexp. And expand unit tests.
2023-06-04utils/sexp: add some convenienceDirk-Jan C. Binnema
Add some convenience function for dealing the head/tail Some whitespace / cosmetics Add operators == Add operator != Update command handler for this.
2022-11-13utils/command-handler: fix symbol-arg copy-pastaDirk-Jan C. Binnema
Fixes #2361.
2022-11-07command-handler: rework for new sexpDirk-Jan C. Binnema
Rework / cleanup the command-handler (and rename for command-parser). Update tests (and integrate with sources)