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
Since the intent is to allow library-usage, it isn't really handy that both the CLI and the library print stuff. Instead we should be able to define a logger upon creation of the Scoop object. This logger basically just needs Printf. This way, we can also prevent unnecessary handling of args in case of a no-op.
The text was updated successfully, but these errors were encountered:
Since the intent is to allow library-usage, it isn't really handy that both the CLI and the library print stuff. Instead we should be able to define a logger upon creation of the Scoop object. This logger basically just needs
Printf
. This way, we can also prevent unnecessary handling of args in case of a no-op.The text was updated successfully, but these errors were encountered: