Skip to main content

execute

Function execute 

Source
pub async fn execute(
    path: Option<PathBuf>,
    only: Option<String>,
    skip: Option<String>,
    dry_run: bool,
    _limit: Option<usize>,
) -> Result<()>
Expand description

Execute the fix command

ยงErrors

Returns an error if the fix process encounters an I/O error or a violation cannot be applied.