Skip to content

[feature] %(default)s should be replaced with action.default. #104

@Freed-Wu

Description

@Freed-Wu
    parser.add_argument(
        '--color', default='auto',
        type=use_color,
        metavar='{' + ','.join(COLOR_CHOICES) + '}',
        help='Whether to use color in output.  Defaults to `%(default)s`.',
    )

should replace %(default)s as action.default.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions