hooked/hooked-config/tests/snapshots/parsing__defaults.snap

23 lines
425 B
Plaintext

---
source: hooked-config/tests/parsing.rs
expression: config
---
Config {
general: General {
config: "Hooked.toml",
directory: "hooks",
template: None,
},
pre_commit: [
PreCommit {
name: None,
on_failure: Stop,
staged: [],
task: Task {
command: None,
script: None,
},
},
],
}