lib/percy/cli.rb in percy-cli-1.3.1 vs lib/percy/cli.rb in percy-cli-1.4.0
- old
+ new
@@ -37,13 +37,9 @@
c.option \
'--strip_prefix PATH',
String,
'Directory path to strip from generated URLs. Defaults to the given root directory.'
c.option \
- '--repo STRING',
- String,
- 'Full GitHub repo slug (owner/repo-name). Defaults to the local git repo origin URL.'
- c.option \
'--snapshots_regex REGEX',
String,
'Regular expression for matching the files to snapshot. Defaults to: "\.(html|htm)$"'
c.option \
'--ignore_regex REGEX',