mirror of
https://github.com/tstack/lnav
synced 2024-11-08 01:10:29 +00:00
9b2a6f323a
Fix loading of configs from include dirs Add "config get" and "config blame" management CLI commands
10 lines
202 B
JSON
10 lines
202 B
JSON
{
|
|
"$schema": "https://lnav.org/schemas/config-v1.schema.json",
|
|
"tuning": {
|
|
"url-scheme": {
|
|
"hw": {
|
|
"handler": "hw-url-handler"
|
|
}
|
|
}
|
|
}
|
|
} |