feat: adds --readonly and --pin flags, and displays Size column in list by default
This commit is contained in:
parent
e5b6dcd187
commit
5bcd3581dd
46 changed files with 711 additions and 177 deletions
|
|
@ -104,14 +104,14 @@ func defaultConfig() Config {
|
|||
AlwaysPromptOverwrite: false,
|
||||
},
|
||||
Store: StoreConfig{
|
||||
DefaultStoreName: "default",
|
||||
DefaultStoreName: "store",
|
||||
AlwaysPromptDelete: true,
|
||||
AlwaysPromptOverwrite: true,
|
||||
},
|
||||
List: ListConfig{
|
||||
AlwaysShowAllStores: true,
|
||||
DefaultListFormat: "table",
|
||||
DefaultColumns: "key,store,value,ttl",
|
||||
DefaultColumns: "meta,size,ttl,store,key,value",
|
||||
},
|
||||
Git: GitConfig{
|
||||
AutoFetch: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue