<?php touch(string $filename, ?int $mtime = null, ?int $atime = null): bool
<?php $path = $this->option('rr-config'); if (! $path) { touch(base_path('.rr.yaml')); return base_path('.rr.yaml'); }