Skip to content

Title does nothing at creation time #2491

@DuckDuckWhale

Description

@DuckDuckWhale

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

No one assigned

    Labels

    C-bugCategory: A bug, incorrect or unintended behavior

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions