You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that it is not possible to template the command from within the help text itself. There is %(prog)s for version string, but not for help or epilog. It would be nice to have them there, also %(version)s.
Thank you, click is great.
The text was updated successfully, but these errors were encountered:
Given:
Will result in:
The problem is that it is not possible to template the command from within the help text itself. There is
%(prog)s
for version string, but not for help or epilog. It would be nice to have them there, also%(version)s
.Thank you, click is great.
The text was updated successfully, but these errors were encountered: