mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-08-18 01:16:33 +00:00
The clap matches/config struct was taken in as a reference when building the App structure. However, we do not need to keep these around after this, so we can instead take ownership of the match/config and drop it after to save a bit of memory.