From 5849dd5ebd2499d5d3c5cd4f635d118e138c789b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miskolczi=20Rich=C3=A1rd?= Date: Sun, 16 Apr 2023 20:44:44 +0200 Subject: [PATCH] Adding static field for binary name, in case I need it --- CLI/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/CLI/Program.cs b/CLI/Program.cs index a0af0ea..1f51d40 100644 --- a/CLI/Program.cs +++ b/CLI/Program.cs @@ -4,6 +4,7 @@ namespace CLI; class Program { static void Main(string[] args) + static string BINARY_NAME = "pass"; { }