Skip to content

Display default values better #24

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".

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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