knbr13 / gitcs

📈 Command line tool written in Go. It allows developers to scan their local Git repositories and generate a visual contributions graph.
MIT License
116 stars 11 forks source link

create reusable function to get user input #22

Closed knbr13 closed 10 months ago

knbr13 commented 10 months ago

create function to be used every time we want the user to enter input via stdin stream, instead of writing function for every input.