mdbook init --title <title>
fails to include title if git user name is not configured
#2485
Labels
C-bug
Category: A bug, incorrect or unintended behavior
Problem
mdbook init --title <title>
fails to include title if git user name is not configuredSteps
mdbook init --title <title>
cat book.toml
, the title is not therePossible Solution(s)
Seems that there is a line in
init.rs
that only adds the config to the builder if the git user name is configured, even though it does a check before that for the title.Notes
No response
Version
The text was updated successfully, but these errors were encountered: