DaemonLogsCommand has a stray backtick character in its signature string:
protected $signature = 'daemon:logs {daemon? : The daemon ID}
` {--f|follow : Monitor the log changes in realtime}';
The backtick before the whitespace could cause the command signature to parse incorrectly.
DaemonLogsCommandhas a stray backtick character in its signature string:The backtick before the whitespace could cause the command signature to parse incorrectly.