The `watch` command needs to be rewritten
MASSHUU12 opened this issue · 0 comments
MASSHUU12 commented
Is your feature request related to a problem? Please describe.
Currently, if a command is to be run by the watch
command, it must use the RawData
variable instead of Options
or Arguments
because the keys in the dictionaries are not aligned with the expectations of the command.
Describe the solution you'd like
The watch
command should, instead of directly running the command in question, send the submitted data for validation.
Describe alternatives you've considered
-
Additional context
-