13 lines
283 B
XML
13 lines
283 B
XML
$ pda config get display_ascii_art
|
|
true
|
|
|
|
$ pda config get store.default_store_name
|
|
default
|
|
|
|
$ pda config get git.auto_commit
|
|
false
|
|
|
|
# Unknown key with suggestion
|
|
$ pda config get git.auto_comit --> FAIL
|
|
FAIL unknown config key 'git.auto_comit'
|
|
hint did you mean 'git.auto_commit'?
|