mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-05-02 21:53:51 +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://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)
|
[](https://gitter.im/CLI11gitter/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||||
[](./LICENSE)
|
[](./LICENSE)
|
||||||
|
|
||||||
|
@ -15,6 +15,8 @@ includes_system = re.compile(r"""^#include \<(.*)\>$""", re.MULTILINE)
|
|||||||
DIR = Path(__file__).resolve().parent
|
DIR = Path(__file__).resolve().parent
|
||||||
BDIR = DIR.parent / 'include'
|
BDIR = DIR.parent / 'include'
|
||||||
|
|
||||||
|
print("Git directory:", DIR)
|
||||||
|
|
||||||
TAG = check_output(['git', 'describe', '--tags', '--always'], cwd=str(DIR)).decode("utf-8")
|
TAG = check_output(['git', 'describe', '--tags', '--always'], cwd=str(DIR)).decode("utf-8")
|
||||||
|
|
||||||
def MakeHeader(out):
|
def MakeHeader(out):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user