Skip to content

Allow script run in silent mode #328

Open
@siciarek

Description

It would be nice if script could run in silent mode. I use webistrano and every progress change is displayed as a separate text line. Silent parameter could be set in composer.json eg.

{
    "extra": {
        "ckeditor-quiet": true,
    }
}

And in the CKEditorScriptHandler::createCommand code

 if (isset($extra['ckeditor-quiet']) && $extra['ceditor-quiet'] === true) {
    $command .= ' --quiet';
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions