From 6d1e73150bd9cbb631ce101e3520c54739bb0466 Mon Sep 17 00:00:00 2001 From: FarewellNehir Date: Thu, 22 Aug 2024 10:52:23 +0300 Subject: [PATCH] tune CLI response --- lib/bin/src/index.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/bin/src/index.cpp b/lib/bin/src/index.cpp index 2c232b2..84772fb 100755 --- a/lib/bin/src/index.cpp +++ b/lib/bin/src/index.cpp @@ -205,6 +205,7 @@ int main2( int argc, char** argv ) { int main(int argc, char** argv) { patch_argv_global(argc, argv); - SAY("~b~~r~CLI to be implemented~n~\n"); + SAY("~h~~r~CLI to be implemented~n~\n"); + SAY("~h~contribute to ~b~https://github.com/catriverr/gmeng-sdk~n~\n"); return 0; };