-
Notifications
You must be signed in to change notification settings - Fork 370
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cli: allow non-static version strings from custom binaries
We would like to use a non-static version string at Google. We have a workaround using Lazy, but it seems unfortunate to have to do that. Using dynamic strings requires Clap's `string` feature, which increases the binary size by 140 kiB (0.6%).
- Loading branch information
1 parent
546fe73
commit 9bee1c3
Showing
2 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters