We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14fd035 commit c1b7a43Copy full SHA for c1b7a43
cmd/fossa/flags/flags.go
@@ -20,7 +20,7 @@ func WithAPIFlags(f []cli.Flag) []cli.Flag {
20
}
21
22
var (
23
- API = []cli.Flag{EndpointF, FetcherF, ProjectF, RevisionF, BranchF}
+ API = []cli.Flag{EndpointF, TitleF, FetcherF, ProjectF, RevisionF, BranchF}
24
Endpoint = "endpoint"
25
EndpointF = cli.StringFlag{Name: Short(Endpoint), Usage: "the FOSSA server endpoint (default: 'https://app.fossa.io')"}
26
Title = "title"
0 commit comments