Skip to content

Commit c1b7a43

Browse files
committed
fix(api): Add title flag to API flags
1 parent 14fd035 commit c1b7a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/fossa/flags/flags.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ func WithAPIFlags(f []cli.Flag) []cli.Flag {
2020
}
2121

2222
var (
23-
API = []cli.Flag{EndpointF, FetcherF, ProjectF, RevisionF, BranchF}
23+
API = []cli.Flag{EndpointF, TitleF, FetcherF, ProjectF, RevisionF, BranchF}
2424
Endpoint = "endpoint"
2525
EndpointF = cli.StringFlag{Name: Short(Endpoint), Usage: "the FOSSA server endpoint (default: 'https://app.fossa.io')"}
2626
Title = "title"

0 commit comments

Comments
 (0)