Skip to content

Commit

Permalink
declared DoFetchConstraints
Browse files Browse the repository at this point in the history
  • Loading branch information
liy94 committed Jul 1, 2024
1 parent 2642a9f commit 3efd12b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Src/CommandLine/CommandInterface.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.");
Expand Down

0 comments on commit 3efd12b

Please sign in to comment.