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"; { }