Mik1ll / Shizou

Anime Collection File Server, Metadata Provider, and Anime List Updater with a WebUI
GNU Lesser General Public License v3.0
1 stars 0 forks source link

Rework command service #60

Closed Mik1ll closed 1 year ago

Mik1ll commented 1 year ago

Plan: Processor shouldn't need reference to command service, able to query command request and create command by itself. Use JsonDerivedType for serialization of arguments. Remove command type, add direct reference to command type in attribute instead. Move command attribute to args for easier access.