CLI repo sync: Show forge-remote-id (#2103)

Because you need the `forge-remote-id` to supply as an argument to `repo add`
This commit is contained in:
runephilosof-karnovgroup 2023-08-03 19:25:52 +02:00 committed by GitHub
parent d1c51f4af8
commit 6359df4c64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,4 +53,4 @@ func repoList(c *cli.Context) error {
}
// template for repository list items
var tmplRepoList = "\x1b[33m{{ .FullName }}\x1b[0m (id: {{ .ID }})"
var tmplRepoList = "\x1b[33m{{ .FullName }}\x1b[0m (id: {{ .ID }}, forgeRemoteID: {{ .ForgeRemoteID }})"