-
Notifications
You must be signed in to change notification settings - Fork 42
librarian: align -repo help text formatting with other flags #1904
Copy link
Copy link
Description
The help text for the -repo flag is currently indented inconsistently compared to other flags. It looks like this:
-repo string
Code repository where the generated code will reside.
Can be a remote in the format of a remote URL such as
https://github.com/{owner}/{repo} or a local file path like
/path/to/repo. Both absolute and relative paths are supported.
If not specified, will try to detect if the current working
directory is configured as a language repository.
Note the uneven indentation and misalignment.
The help text should be left-aligned and match the style of other flags. For example:
-repo string
Code repository where the generated code will reside.
Can be a remote in the form of a URL, such as
https://github.com/{owner}/{repo}, or a local file path like
/path/to/repo. Both absolute and relative paths are supported.
If not specified, the current working directory will be checked to
see if it is configured as a language repository.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels