You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 23, 2024. It is now read-only.
optParser.addOption('f','full','boolean','Whether perform a full pack (--full is the equalivation of pack.js -t all -r -i)');
22
+
optParser.addOption('f','full','boolean','Whether perform a full pack (--full is the equalivation of pack.js -t all -r -i). Experimental features are not included, please include them explicitly with -t.');
23
23
optParser.addOption('p','app-path','string','Specify app path (Eg. pack.js -t all --app-path ${appPath})');
24
24
optParser.addOption('a','archive','string','Specify archive name (Eg. pack.js -t all -a ${archiveName})');
0 commit comments