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

Passthrough only mode #10

Open Bios-Marcel opened 7 months ago

Bios-Marcel commented 7 months ago

I plan to not support all features. For example, the native implementations wont account for global installations for the forseeable future.

Alternatively I thought about a passthrough mode, where you can say "ignore" the native implementation. This way, we can have some native coverage, while still providing full support and autocomplete.

This can be done via a --passthrough/-p flag or any other way of configuration.

Flag collection can be improved to avoid duplication.