Fix continous mode of binary
With the refactoring of !92 (merged), the continuous mode of the binary (when no command) no longer works. The command
vector always has one element. Checking whether the first element is an empty string fixes the issue.