bashbunni / pjs

A basic CLI for regularly updating your project's status
210 stars 26 forks source link

Accept spaces in project name #21

Closed nguyen-anthony closed 2 years ago

nguyen-anthony commented 2 years ago

Using bufio and os.Stdin to read the entire line instead of using Scanf will allow you to accept spaces in the project name.

nguyen-anthony commented 2 years ago

This is related to Issue #18

nguyen-anthony commented 2 years ago

Please import "os" and "bufio" in this file so we don't get an error :) will approve once that's done. Thank you so much for the PR!

This should be done now. Idk how those imports did not make it through.

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 2507079315


Changes Missing Coverage Covered Lines Changed/Added Lines %
project/project.go 0 3 0.0%
<!-- Total: 0 3 0.0% -->
Totals Coverage Status
Change from base Build 2504819615: -0.5%
Covered Lines: 38
Relevant Lines: 126

💛 - Coveralls