atuin/atuin-client
Ramses edc495895a
fix(stats): don't require all fields under [stats] (#1437)
Before this change, when configuring only `common_subcommands` and
not `common_prefix` (so it would take its default value),
atuin produces an error message:
```
Error: could not load client settings  Caused by:     failed to deserialize: missing field `common_prefix`  Location:     atuin-client/src/settings.rs:456:26
Error: could not load client settings

Caused by:
    failed to deserialize: missing field `common_prefix`

Location:
    atuin-client/src/settings.rs:456:26
Error:: command not found
```

With this change, the fields can be specified separately and missing
fields will take their default values.
2023-12-11 20:16:41 +00:00
..
migrations Add history deletion (#791) 2023-03-20 09:26:54 +00:00
record-migrations Add new sync (#1093) 2023-07-14 20:44:08 +01:00
src fix(stats): don't require all fields under [stats] (#1437) 2023-12-11 20:16:41 +00:00
Cargo.toml chore(release): prepare for release v17.1.0 (#1432) 2023-12-10 13:00:59 +00:00
config.toml fix(docs): fix typo (#1439) 2023-12-11 20:16:11 +00:00