-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replace promptui with huh + improve
gojira issues
(#9)
* replacing promptui with huh * huh vol.2 * further improvements while using huh * wip * looking good - now I need summary for this quick view * summary for logged time * simple cli version of dayview * LogWork - in cli it could just update it instead of replacing it * ok, I can distinct those cases easily - but maybe it's not clear * single form for issue selection and timespent * customize escaping back from form * bubble powered gojiraaaaa - check it out tomorrow error handling in spinner loader has space for improvement * little rework * app.workLogs should have it's type with receiver imo * goroutined approach * CHANGELOG * update README * README * CHANGELOG release
- Loading branch information
Showing
10 changed files
with
300 additions
and
210 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,6 +67,7 @@ func Run() { | |
} | ||
err = app.cli.Run(os.Args) | ||
if err != nil { | ||
logrus.Error(err) | ||
log.Fatal(err) | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.