中文
← Errors

F_SCAFFOLD_WATCH_REQUIRES_WATCH

Watch option requires watch mode

funcgo received an option that is valid only in watch mode, but watch mode is disabled.

Updated

How to fix it

Pass --watch as well, or remove the option that applies only to watch mode.