Add find command

Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
Oliver Davies 2025-09-24 13:00:00 +01:00
parent 0a6e2b075c
commit 97445ca2cd
3 changed files with 69 additions and 0 deletions

View file

@ -34,6 +34,7 @@ func Execute() {
}
func init() {
rootCmd.AddCommand(findCmd)
rootCmd.AddCommand(titlesCmd)
rootCmd.AddCommand(viewCmd)