mirror of
https://github.com/bitinflow/bunny-cli.git
synced 2026-03-15 14:45:53 +00:00
Improve lock file
This commit is contained in:
@@ -7,8 +7,8 @@ namespace App\Bunny\Filesystem;
|
||||
class CompareOptions
|
||||
{
|
||||
const START = 'start';
|
||||
const NO_SHA256_CACHE = 'no_sha256_cache';
|
||||
const NO_SHA256_VERIFICATION = 'no_sha256_verification';
|
||||
const NO_SHA256_GENERATION = 'no_sha256_generation';
|
||||
const SHA256_NAME = 'sha256_name';
|
||||
const LOCK_FILE = 'lock_file';
|
||||
const DRY_RUN = 'dry-run';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user