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
provide an adapter function for all the linux commands to easily override or mock them
Eg: instead of calling apt::install we would call Package::install that would call either apt-get either apk
provide an adapter function for all the linux commands to easily override or mock them
Eg: instead of calling apt::install we would call Package::install that would call either apt-get either apk