From 491cc16d53c897908244606bc0d77a6ace8c22a1 Mon Sep 17 00:00:00 2001 From: Ophestra Umiker Date: Tue, 9 Jul 2024 15:39:40 +0900 Subject: cli: parse and resolve flags Copy all flags from upstream. The machinectl flag is dropped as it does nothing. the flag package is used to reduce complexity since we do not care about compatibility with upstream. Signed-off-by: Ophestra Umiker --- go.mod | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 go.mod (limited to 'go.mod') diff --git a/go.mod b/go.mod new file mode 100644 index 00000000..c3d79715 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module git.ophivana.moe/cat/ego + +go 1.22 -- cgit v1.3.1