mobile-snap 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/cli.js +1 -1
- package/package.json +1 -1
package/bin/cli.js
CHANGED
|
@@ -969,7 +969,7 @@ async function captureScreenshots(url, paths, outputDir, platform, crawl, detect
|
|
|
969
969
|
program
|
|
970
970
|
.name('mobile-snap')
|
|
971
971
|
.description('⚡ MobileSnap CLI: Automate App Store & Google Play Store screenshots')
|
|
972
|
-
.version('1.0.
|
|
972
|
+
.version('1.0.4')
|
|
973
973
|
.requiredOption('-u, --url <url>', 'Base URL of the local development server (e.g. localhost:3000)')
|
|
974
974
|
.option('-p, --paths <paths>', 'Comma-separated list of routes to capture', '/')
|
|
975
975
|
.option('-o, --output <output>', 'Output directory to save screenshots', 'mobilesnap_output')
|