summaryrefslogtreecommitdiff
path: root/internal/flags/version.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-07 09:47:05 +0300
committerPaul Buetow <paul@buetow.org>2026-05-07 09:47:05 +0300
commited04ccd8e2297458ec97381806a05dea13090f0f (patch)
tree99b707441b6990686bbd2773c177bdc3b8bf3313 /internal/flags/version.go
parentac05beabdbaa90597ed0cfcea781d5ab44d123ba (diff)
update docs and ascii banner
Diffstat (limited to 'internal/flags/version.go')
-rw-r--r--internal/flags/version.go13
1 files changed, 8 insertions, 5 deletions
diff --git a/internal/flags/version.go b/internal/flags/version.go
index 3db0b9f..583d19b 100644
--- a/internal/flags/version.go
+++ b/internal/flags/version.go
@@ -5,11 +5,14 @@ import "fmt"
// Version is the current application version.
const Version = "v0.0.1"
-const asciiBannerTemplate = ` ___ _____ ___ _ _
-|_ _| / / _ \ | _ (_)___| |_
- | | / / (_) | | / / _ \ _|
-|___/_/ \___/ |_|_\_\___/\__| NG
- %s`
+const asciiBannerTemplate = ` ██╗ ██╗ ██████╗ ██████╗ ██╗ ██████╗ ████████╗
+ ██║ ██╔╝ ██╔═══██╗ ██╔══██╗ ██║ ██╔═══██╗ ╚══██╔══╝
+ ██║ ██╔╝ ██║ ██║ ██████╔╝ ██║ ██║ ██║ ██║
+ ██║ ██╔╝ ██║ ██║ ██╔══██╗ ██║ ██║ ██║ ██║
+ ██║██╔╝ ╚██████╔╝ ██║ ██║ ██║ ╚██████╔╝ ██║
+ ╚═╝╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝
+ ⚡ Next-Generation BPF I/O Syscall Tracer ⚡
+ %s`
// PrintVersion prints the banner with the current version.
func PrintVersion() {