Skip to content

Display default values better #24

@cgay

Description

@cgay

For this option...

  option debug-opendylan? :: <boolean> = #t, // default to #f eventually
    names: #("debug-opendylan"),
    kind: <flag-option>,
    help: "Turn on debugging for Open Dylan. [%default%]";

the displayed help is...

--debug-opendylan    Turn on debugging for Open Dylan. [#t]

For <boolean> options we should output "true" or "false".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions