lnav/test/configs/installed/hw-url-handler.json
Tim Stack 9b2a6f323a [misc] add URL handler test
Fix loading of configs from include dirs

Add "config get" and "config blame" management CLI
commands
2023-07-15 21:50:46 -07:00

10 lines
202 B
JSON

{
"$schema": "https://lnav.org/schemas/config-v1.schema.json",
"tuning": {
"url-scheme": {
"hw": {
"handler": "hw-url-handler"
}
}
}
}