mirror of
https://github.com/tstack/lnav
synced 2024-11-01 21:40:34 +00:00
3128dc772c
This is a checkpoint of the improvements to the sqlite integration. The data_parser stuff should be much better now and I've tried to improve other parts of the user experience as well.
13 lines
538 B
Groff
13 lines
538 B
Groff
func(arg1="a", arg2="b")
|
|
key 5:5 ^
|
|
key 5:9 ^--^ arg1
|
|
quot 11:12 ^ a
|
|
val 11:12 ^ a
|
|
pair 5:12 ^-----^ arg1="a
|
|
key 15:19 ^--^ arg2
|
|
quot 21:22 ^ b
|
|
val 21:22 ^ b
|
|
pair 15:22 ^-----^ arg2="b
|
|
grp 5:22 ^---------------^ arg1="a", arg2="b
|
|
pair 5:22 ^---------------^ arg1="a", arg2="b
|