-
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.
feat(cmd/note): add basic note command function this command will be used to add notes to the current workday entry refactor(cmd/note): use cobra Args instead of conditionals cobra provides a way to ensure a certain number of arguments are passed, we can use that instead of checking it by hand with if statements docs(cmd/note): add comments and description
- Loading branch information
Showing
1 changed file
with
35 additions
and
12 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