Consider it as a suggestion.
Sometimes we want to do realize start --nc --run in a container of docker. But when we modify the code, realize won't detect the change, thanks to the limitations of fsnotify#55. So we have to specify using legacy watch in .realize.yaml file.
Realize is a wonderful tool for golang development. I'm wondering whether realize can support realize start --legacy option in order to specify using legacy watch but without a config file.
Thanks.