fix: noconfirm auto-selects first AUR match
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
if (argc != 2) {
|
||||
fprintf(stderr, "Incorrect number of arguments, got %i\n", argc);
|
||||
return 1;
|
||||
}
|
||||
puts(argv[1]);
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user