fix: noconfirm auto-selects first AUR match
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
public class Badger : Object {
|
||||
public string name {
|
||||
get;
|
||||
construct;
|
||||
}
|
||||
|
||||
Badger() {
|
||||
Object(name: "Joe");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user