✨ Add drop:tmdb command for adding shows/movies to watched log
This commit is contained in:
parent
21d27f8068
commit
88802020fe
10 changed files with 377 additions and 3 deletions
6
cli/common.go
Normal file
6
cli/common.go
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
package cli
|
||||
|
||||
import mycli "codeberg.org/danjones000/my-log/cli"
|
||||
|
||||
var outJson bool
|
||||
var d mycli.Date
|
||||
Loading…
Add table
Add a link
Reference in a new issue