Skip to content

Commit e7ae7ea

Browse files
authored
chore: add output flag to release init command (#1872)
fixes #1868
1 parent 8b3c743 commit e7ae7ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/librarian/release_init.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ func init() {
6161
addFlagLibrary(fs, cfg)
6262
addFlagLibraryVersion(fs, cfg)
6363
addFlagRepo(fs, cfg)
64+
addFlagWorkRoot(fs, cfg)
6465
}
6566

6667
type initRunner struct {

0 commit comments

Comments
 (0)