Add edit
command to edit a zettel
Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
parent
1986b9deca
commit
125aa05e0d
5 changed files with 80 additions and 0 deletions
|
@ -31,6 +31,7 @@ func Execute() {
|
|||
}
|
||||
|
||||
func init() {
|
||||
rootCmd.AddCommand(editCmd)
|
||||
rootCmd.AddCommand(findCmd)
|
||||
rootCmd.AddCommand(titlesCmd)
|
||||
rootCmd.AddCommand(viewCmd)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue