Skip to content

Commit

Permalink
Merge pull request #1604 from urfave/build-flag-example
Browse files Browse the repository at this point in the history
Add usage example for `urfave_cli_no_docs` flag
  • Loading branch information
abitrolly committed Nov 30, 2022
2 parents 3d29610 + 9a05980 commit e0bfec9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/index.md
Expand Up @@ -64,6 +64,10 @@ When set, this removes `ToMarkdown` and `ToMan` methods, so your application
won't be able to call those. This reduces the resulting binary size by about
300-400 KB (measured using Go 1.18.1 on Linux/amd64), due to fewer dependencies.

```
$ go build -tags urfave_cli_no_docs
```

### Supported platforms

cli is tested against multiple versions of Go on Linux, and against the latest
Expand Down

0 comments on commit e0bfec9

Please sign in to comment.