Add find
command
Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
parent
0a6e2b075c
commit
97445ca2cd
3 changed files with 69 additions and 0 deletions
|
@ -34,6 +34,7 @@ func Execute() {
|
|||
}
|
||||
|
||||
func init() {
|
||||
rootCmd.AddCommand(findCmd)
|
||||
rootCmd.AddCommand(titlesCmd)
|
||||
rootCmd.AddCommand(viewCmd)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue