Guard suggestion capability (+ dependency) with build tag

This commit is contained in:
2022-05-07 15:21:00 -04:00
parent 63b1a7deee
commit 974f2d410d
11 changed files with 51 additions and 15 deletions

View File

@@ -242,7 +242,7 @@ func checkBinarySizeActionFunc(c *cli.Context) (err error) {
tags := c.String("tags")
if strings.Contains(tags, "urfave_cli_no_docs") {
if strings.Contains(tags, "urfave_cli_core") || strings.Contains(tags, "urfave_cli_no_docs") {
desiredMinBinarySize = 1.39
}