shtab icon indicating copy to clipboard operation
shtab copied to clipboard

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

Open Freed-Wu opened this issue 2 years ago • 0 comments

    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.

Freed-Wu avatar Sep 07 '22 04:09 Freed-Wu