-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
C-bugCategory: A bug, incorrect or unintended behaviorCategory: A bug, incorrect or unintended behavior
Description
Problem
mdbook v0.4.42, installed via cargo install --locked mdbook
, asks about the title at mdbook init
time, then proceeds to do nothing with it.
~/projects
❯ cd mdbook-test/
~/projects/mdbook-test
❯ mdbook init
Do you want a .gitignore to be created? (y/n)
y
What title would you like to give the book?
Hello world
2024-11-22 21:51:32 [INFO] (mdbook::book::init): Creating a new book with stub content
All done, no errors...
~/projects/mdbook-test took 7s
❯ rg Hello
~/projects/mdbook-test
❌ERROR ❯ rg world
~/projects/mdbook-test
❌ERROR ❯
Steps
No response
Possible Solution(s)
Configure the book title with the user provided title.
Notes
No response
Version
Metadata
Metadata
Assignees
Labels
C-bugCategory: A bug, incorrect or unintended behaviorCategory: A bug, incorrect or unintended behavior