From 3efd12b43b0978315c72decf94f4a2fc374f31fe Mon Sep 17 00:00:00 2001 From: liy94 Date: Mon, 1 Jul 2024 12:25:16 -0500 Subject: [PATCH] declared DoFetchConstraints --- Src/CommandLine/CommandInterface.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Src/CommandLine/CommandInterface.cs b/Src/CommandLine/CommandInterface.cs index fb13cc7..400c60f 100644 --- a/Src/CommandLine/CommandInterface.cs +++ b/Src/CommandLine/CommandInterface.cs @@ -2135,6 +2135,11 @@ private void DoInteractiveHelp(string s) } } + private void DoFetchConstraints(string s) + { + + } + private void DoConfigHelp(string s) { sink.WriteMessageLine("Use collections to bind plugins to names.");