You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@cuonglm I agreed with you, but then I think twice. We don't try to fix the behavior of the script (interactive vs non-interactive). We let apk do that, and if possible, we give another option for apk (in the recent commit, I also add _TOPT, but this currently doesn't work because -i option has a different mean in the original pacman, -- I would have to refine the argument parsing step).
What we need to fix right now, is to allow our script to continue to run, instead of generating an error as seen in #150.
What do you think?
PS: I would have had tests for this apk. I'm also using them a lot ;)
@cuonglm I agreed with you, but then I think twice. We don't try to fix the behavior of the script (interactive vs non-interactive). We let
apk
do that, and if possible, we give another option forapk
(in the recent commit, I also add_TOPT
, but this currently doesn't work because-i
option has a different mean in the originalpacman
, -- I would have to refine the argument parsing step).What we need to fix right now, is to allow our script to continue to run, instead of generating an error as seen in #150.
What do you think?
PS: I would have had tests for this apk. I'm also using them a lot ;)
Originally posted by @icy in #151 (comment)
The text was updated successfully, but these errors were encountered: