ryukinix / mal

MAL: A MyAnimeList Command Line Interface [BROKEN: BLAME MyAnimeList]
https://mal.readthedocs.io
Other
109 stars 9 forks source link

Split cli.py => {commands.py, core.py} #14

Closed ryukinix closed 7 years ago

ryukinix commented 7 years ago

This makes much more sense, for now. Remove suffix _command for commands and use namespace commands.function to give meaning.

BTW, all the usage of api.py need be here on mal.core

alexkubica commented 7 years ago

Looks much cleaner :+1: