mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-01 05:29:05 +02:00
core: wrap long help texts
This commit is contained in:
parent
fb361145eb
commit
6da921cca3
3 changed files with 65 additions and 6 deletions
|
@ -32,7 +32,11 @@ const VERSION: &str = git_version!(
|
|||
|
||||
/// Command line arguments for minedmap CLI
|
||||
#[derive(Debug, Parser)]
|
||||
#[command(about, version = VERSION.strip_prefix("v").unwrap())]
|
||||
#[command(
|
||||
about,
|
||||
version = VERSION.strip_prefix("v").unwrap(),
|
||||
max_term_width = 100,
|
||||
)]
|
||||
pub struct Args {
|
||||
/// Number of parallel threads to use for processing
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue