morganamilo
7274e7d31a
Fix missing %s in callbacks.go
2018-03-23 04:45:59 +00:00
morganamilo
df11b85e54
Implement the provider question and imitate pacman
...
Implement the alpm question QuestionSelectProvider and print the select
menu in a way similar to how pacman does it.
2018-03-20 15:56:13 +00:00
Sergio Correia
9f62663888
Minor cleanups to keep the linter happy
...
* Unexported:
- QuestionCallback
- SliceToStringSet
* Unreachable return in parser.go
* Unneded else in dependencies.go
* Punctuation in error message in install.go
2018-03-19 11:39:47 -04:00
morganamilo
c091460d8c
Use a question callback for ignorepkg
...
The callback is set to allways silently say yes, When passing to pacman
for the intall pacman will then ask the question giving the user
a chance to answer.
2018-03-16 00:18:13 +00:00