mirror of
https://github.com/casey/just.git
synced 2024-11-22 18:34:06 +03:00
Make man page manual name title case (#623)
This commit is contained in:
parent
d04942073a
commit
875fb41e40
2
justfile
2
justfile
@ -47,7 +47,7 @@ man:
|
|||||||
cargo build --features help4help2man
|
cargo build --features help4help2man
|
||||||
help2man \
|
help2man \
|
||||||
--name 'save and run commands' \
|
--name 'save and run commands' \
|
||||||
--manual 'JUST MANUAL' \
|
--manual 'Just Manual' \
|
||||||
--no-info \
|
--no-info \
|
||||||
target/debug/just \
|
target/debug/just \
|
||||||
> man/just.1
|
> man/just.1
|
||||||
|
@ -13,7 +13,6 @@ newline_style = "Unix"
|
|||||||
normalize_comments = true
|
normalize_comments = true
|
||||||
overflow_delimited_expr = true
|
overflow_delimited_expr = true
|
||||||
reorder_impl_items = true
|
reorder_impl_items = true
|
||||||
required_version = "1.4.12"
|
|
||||||
struct_field_align_threshold = 20
|
struct_field_align_threshold = 20
|
||||||
tab_spaces = 2
|
tab_spaces = 2
|
||||||
unstable_features = true
|
unstable_features = true
|
||||||
|
Loading…
Reference in New Issue
Block a user