* rename workflows file and add sdist job
* rename CLI executable to IMCtermite * add workflow badge to README.md * clean up makefile * add timestamp of build to CLI binary showing version/help
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
|
||||
const std::string gittag("TAGSTRING");
|
||||
const std::string githash("HASHSTRING");
|
||||
const std::string timestamp("TIMESTAMPSTRING");
|
||||
|
||||
//---------------------------------------------------------------------------//
|
||||
|
||||
@@ -127,13 +128,13 @@ optkeys parse_args(int argc, char* argv[], bool list_args = false)
|
||||
|
||||
void show_version()
|
||||
{
|
||||
std::cout<<"imctermite ["<<gittag<<"-g"<<githash<<"]"<<"\n";
|
||||
std::cout<<"imctermite ["<<gittag<<"-g"<<githash<<"-"<<timestamp<<"]"<<"\n";
|
||||
}
|
||||
|
||||
void show_usage()
|
||||
{
|
||||
std::cout<<"\n"
|
||||
<<"imctermite ["<<gittag<<"-g"<<githash<<"] (https://github.com/RecordEvolution/IMCtermite.git)"
|
||||
<<"imctermite ["<<gittag<<"-g"<<githash<<"-"<<timestamp<<"] (https://github.com/RecordEvolution/IMCtermite.git)"
|
||||
<<"\n\n"
|
||||
<<"Decode IMC raw files and dump data as *.csv"
|
||||
<<"\n\n"
|
||||
|
Reference in New Issue
Block a user