mirror of
https://github.com/espressif/openthread.git
synced 2026-07-10 22:30:21 +00:00
9347b290e1
This commit makes the CLI command output consistent under all cases: - Output Error 6: Parse when the command line is too long (no output originally). - Output Error 7: InvalidArgs when the command line has too many arguments. The original output is Error: too many args (max %d), which does not strictly follow the Error <code>: <msg> pattern. - Output Error 13: InvalidState for running non-diag command in diagnosis mode to follow Error <code>: <msg> pattern.