Closed BSick7 closed 3 years ago
This PR makes --version optional. If unspecified, will attempt to use git rev-parse --short HEAD as the version. If --version=-, will ignore this automatic detection.
--version
git rev-parse --short HEAD
--version=-
This PR makes
--version
optional. If unspecified, will attempt to usegit rev-parse --short HEAD
as the version. If--version=-
, will ignore this automatic detection.