Is there any difference between command: ["echo", "hello world!"] and command: [ . . .

Ben Z.:
Is there any difference between command: [“echo”, “hello world!”] and command: [“echo”] args: - “hello world!”?

unnivkn:
Hi @Ben Z. fyr:


Ben Z.:
Thanks! That makes it clear.