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
#13: The url.FormatUrl method now supports URL fragments (e.g., foo.com#bar). This is an additional required parameter in the method, so this is a backwards incompatible change.
#11: CLI help printer that can wrap text while preserving indentations in tables.
To use, you can manually override the templates and HelpPrinter functions of the cli, or use entrypoint.NewApp() to construct the cli app which will take care of applying the modifications. You can also modify the line width by changing entrypoint.HelpTextLineWidth (defaults to 80).