10 lines
307 B
XML
10 lines
307 B
XML
# 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'
|
|
-w-- 1 - lchh a 1
|
|
|
|
# Reset
|
|
$ pda config set list.always_hide_header false
|
|
ok list.always_hide_header set to 'false'
|