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