mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-05-02 05:33:53 +00:00
Adding badge, printout for script
This commit is contained in:
parent
9cd074f5cf
commit
ab3ab0118d
@ -1,4 +1,5 @@
|
||||
[](https://travis-ci.org/henryiii/CLI11)
|
||||
[](https://ci.appveyor.com/project/HenrySchreiner/cli11)
|
||||
[](https://gitter.im/CLI11gitter/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
[](./LICENSE)
|
||||
|
||||
|
@ -15,6 +15,8 @@ includes_system = re.compile(r"""^#include \<(.*)\>$""", re.MULTILINE)
|
||||
DIR = Path(__file__).resolve().parent
|
||||
BDIR = DIR.parent / 'include'
|
||||
|
||||
print("Git directory:", DIR)
|
||||
|
||||
TAG = check_output(['git', 'describe', '--tags', '--always'], cwd=str(DIR)).decode("utf-8")
|
||||
|
||||
def MakeHeader(out):
|
||||
|
Loading…
x
Reference in New Issue
Block a user