We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc685e9 + 2525bba commit c675defCopy full SHA for c675def
cmd/frcli/main.go
@@ -25,6 +25,7 @@ var (
25
tlsCertFlag = cli.StringFlag{
26
Name: "tlscertpath",
27
Usage: "path to faraday's TLS certificate",
28
+ Value: faraday.DefaultTLSCertPath,
29
}
30
macaroonPathFlag = cli.StringFlag{
31
Name: "macaroonpath",
0 commit comments