Improve command options

This commit is contained in:
René Preuß
2021-07-22 17:41:53 +02:00
parent 4b9e117f1a
commit e05b6e3801
3 changed files with 13 additions and 10 deletions

View File

@@ -7,8 +7,8 @@ namespace App\Bunny\Filesystem;
class CompareOptions
{
const START = 'start';
const NO_SHA256_VERIFICATION = 'no_sha256_verification';
const NO_SHA256_GENERATION = 'no_sha256_generation';
const NO_LOCK_VERIFICATION = 'no_lock_verification';
const NO_LOCK_GENERATION = 'no_lock_generation';
const LOCK_FILE = 'lock_file';
const DRY_RUN = 'dry-run';
const DRY_RUN = 'dry_run';
}