Bios-Marcel / spoon

Fast `scoop search`, (WIP) full scoop replacement and tab completion
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

Make any logging optional #13

Open Bios-Marcel opened 5 months ago

Bios-Marcel commented 5 months ago

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.