lockOptions top-level property
Implementation
final List<Option> lockOptions = [
Option(
name: '--locked',
description: 'Assert that the `uv.lock` will remain unchanged'),
Option(
name: '--frozen',
description: 'Assert that a `uv.lock` exists, without updating it'),
Option(
name: '--dry-run',
description: 'Perform a dry run, without writing the lockfile')
];