Debugging
All motaword
CLI commands can get some debugging flags. Use --help
to see the flags.
You can configure the level of output by using verbose flags:
Flag | |
---|---|
--v | WARN level logs |
--vv | INFO level logs |
--vvv or --verbose | DEBUG level logs |
There is also a debug
command available for your config.json
configuration file:
> motaword debug
This will output the detected source files and their corresponding translation paths.
Updated about 2 years ago