Go to repository

Interface TaskChmodOptions

This type represents the options that you can pass to the chmod task.

interface TaskChmodOptions {
    files: string;
    mod: string;
}

Properties

Properties

files: string

The files on which to run chmod, may be a glob pattern.

mod: string

The permissions to apply to the files.