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