-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add todos-profile command #412
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Ian Lewis <[email protected]>
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #412 +/- ##
=======================================
Coverage 79.90% 79.90%
=======================================
Files 19 18 -1
Lines 1045 1045
Branches 14 14
=======================================
Hits 835 835
Misses 151 151
Partials 59 59
|
Signed-off-by: Ian Lewis <[email protected]>
"github.com/ianlewis/todos/internal/cmd/todos/app" | ||
"github.com/ianlewis/todos/internal/utils" | ||
) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a todos-profile
command comment.
@@ -288,3 +288,14 @@ func walkerOptionsFromContext(c *cli.Context) (*walker.Options, error) { | |||
|
|||
return &o, nil | |||
} | |||
|
|||
// Main is the main function of the `todos` command. | |||
func Main() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A very simple Main
test might be good.
Updates #45