mirror of
https://github.com/bitinflow/bunny-cli.git
synced 2026-03-13 21:55:54 +00:00
Improve caching, performance and add dry-run
This commit is contained in:
14
app/Bunny/Filesystem/CompareOptions.php
Normal file
14
app/Bunny/Filesystem/CompareOptions.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace App\Bunny\Filesystem;
|
||||
|
||||
|
||||
class CompareOptions
|
||||
{
|
||||
const START = 'start';
|
||||
const NO_SHA256_CACHE = 'no_sha256_cache';
|
||||
const NO_SHA256_GENERATION = 'no_sha256_generation';
|
||||
const SHA256_NAME = 'sha256_name';
|
||||
const DRY_RUN = 'dry-run';
|
||||
}
|
||||
Reference in New Issue
Block a user