Skip to content

Add the ability to call the setDescriptionMaxWidth method directly when declaring an object of the cli class #7

@Tsygankov-Slava

Description

@Tsygankov-Slava

Current behavior

  auto cli = cli::Cli();
  cli.setDescriptionMaxWidth(10);

Expected behavior

  auto cli = cli::Cli().setDescriptionMaxWidth(10);

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions