feat(config): some additional config options, and config migration from deprecated keys
This commit is contained in:
parent
629358a81b
commit
4e78cefd56
16 changed files with 363 additions and 51 deletions
10
testdata/list-config-hide-header.ct
vendored
Normal file
10
testdata/list-config-hide-header.ct
vendored
Normal 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'
|
||||
Loading…
Add table
Add a link
Reference in a new issue