Versions in this module Expand all Collapse all v0 v0.2.0 Dec 28, 2024 v0.1.0 Dec 27, 2024 Changes in this version + var ErrExit = errors.New("exit requested") + type Cli struct + Config conf.Config + func NewCli(scanner mediascanner.MediaScanner, mediaRenamer *mediarenamer.MediaRenamer, ...) *Cli + func (c *Cli) Exit() + func (c *Cli) Run(ctx context.Context) + func (c *Cli) ScanMovies(ctx context.Context) ([]mediascanner.Movie, error) + func (c *Cli) ScanTvEpisodes(ctx context.Context) ([]mediascanner.Episode, error)