Skip to content

Commit

Permalink
specify help ouput in doc comments for help text formatting config bu…
Browse files Browse the repository at this point in the history
…ilders
  • Loading branch information
TanklesXL committed Jun 13, 2024
1 parent 2e3ba21 commit 15bc4d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/glint.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ pub fn as_module(glint: Glint(a)) -> Glint(a) {
}

/// Adjusts the indent width used to indent content under the usage, flags,
/// and subcommands headings.
/// and subcommands headings in the help output.
///
/// Default: 4.
///
Expand All @@ -113,7 +113,7 @@ pub fn with_max_output_width(glint: Glint(a), width: Int) -> Glint(a) {
Glint(..glint, config: Config(..glint.config, max_output_width: width))
}

/// Adjusts the minimum width of the column containing flag and command names.
/// Adjusts the minimum width of the column containing flag and command names in the help output.
///
/// Default: 20.
///
Expand Down

0 comments on commit 15bc4d3

Please sign in to comment.