tuxji commented on a change in pull request #527:
URL: https://github.com/apache/daffodil/pull/527#discussion_r611703967
##########
File path:
daffodil-cli/src/main/scala/org/apache/daffodil/debugger/CLIDebuggerRunner.scala
##########
@@ -104,8 +111,10 @@ class CLIDebuggerCompleter(id: InteractiveDebugger)
extends Completer {
// We have the name for the next command, try to find the
// associated subcommand of the current DebugCommand. If we don't
// find one, it just means they user typed something that's not a
- // valid command and we no command to use for completing
- val nextCmd = cmd.subcommands.find { _.name == nextCmdName }
+ // valid command and we no command to use for completing. Note that
Review comment:
Typo: "we [have] no command..."
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]