fix: noconfirm auto-selects first AUR match
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using System;
|
||||
|
||||
public class Prog {
|
||||
static public void Main () {
|
||||
TextGetter tg = new TextGetter();
|
||||
Console.WriteLine(tg.getText());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user