feat(config): some additional config options, and config migration from deprecated keys

This commit is contained in:
Lewis Wynne 2026-02-12 19:31:24 +00:00
parent 629358a81b
commit 4e78cefd56
16 changed files with 363 additions and 51 deletions

10
testdata/list-config-hide-header.ct vendored Normal file
View file

@ -0,0 +1,10 @@
# always_hide_header config suppresses the header row
$ pda config set list.always_hide_header true
$ pda set a@lchh 1
$ pda ls lchh --format tsv
ok list.always_hide_header set to 'true'
a lchh 1 no expiry
# Reset
$ pda config set list.always_hide_header false
ok list.always_hide_header set to 'false'