79634336

Date: 2025-05-22 18:33:03
Score: 4
Natty: 4.5
Report link

ExtendedDefaultParser uses whitespace as delimiter: https://docs.spring.io/spring-shell/reference/api/java/org/springframework/shell/jline/ExtendedDefaultParser.html#isDelimiter(java.lang.CharSequence,int). This would not allow option 2 to work. However, your current code should handle any order of arguments.

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Reet