TanmayPatil105 / procfetch

🎨 Yet another command-line system information utility written in C++
https://tanmaypatil105.github.io/procfetch/
GNU General Public License v3.0
23 stars 11 forks source link

Add -C option to configure #113

Closed youpong closed 1 year ago

youpong commented 1 year ago
codecov-commenter commented 1 year ago

Codecov Report

Merging #113 (0ff6e7e) into main (bacb9a6) will not change coverage. The diff coverage is n/a.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@           Coverage Diff           @@
##             main     #113   +/-   ##
=======================================
  Coverage   26.45%   26.45%           
=======================================
  Files           4        4           
  Lines         412      412           
=======================================
  Hits          109      109           
  Misses        303      303           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

TanmayPatil105 commented 1 year ago

I need to check it by creating a temp tap locally. Will do it 👍🏻

youpong commented 1 year ago

This pull request only implements functionality that should be added to the configure script. Therefore, some work still needs to be done to accomplish #108.

Introducing this pull request will not break what we have.

TanmayPatil105 commented 1 year ago

Ahh I see!