We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 657b56e commit 049ba72Copy full SHA for 049ba72
src/bin/mdbook.rs
@@ -33,8 +33,10 @@ fn main() {
33
// Get the version from our Cargo.toml using clap's crate_version!() macro
34
.version(concat!("v",crate_version!()))
35
.setting(AppSettings::SubcommandRequired)
36
- .after_help("For more information about a specific command, try `mdbook <command> --help`\n\
37
- Source code for mdbook at: https://github.com/azerupi/mdBook")
+ .after_help("For more information about a specific command, \
+ try `mdbook <command> --help`\n\
38
+ Source code for mdbook available \
39
+ at: https://github.com/azerupi/mdBook")
40
.subcommand(init::make_subcommand())
41
.subcommand(build::make_subcommand())
42
.subcommand(test::make_subcommand());
0 commit comments