Pass pattern on CLI
This small release makes it possible to pass in a glob pattern to the sync command to only sync files that match the provided pattern.
sync source_dir dest_dir --pattern '**/*.js'
This small release makes it possible to pass in a glob pattern to the sync command to only sync files that match the provided pattern.
sync source_dir dest_dir --pattern '**/*.js'