*/ class SearchCommand implements CommandInterface { public function __construct( public string $term ) {} }