@bobfrankston/msger 0.1.417 → 0.1.418
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/cli.js +4 -2
- package/package.json +1 -1
package/cli.js
CHANGED
|
@@ -32,8 +32,10 @@ Options:
|
|
|
32
32
|
-newwindow <where> Where "open in new window" links go: browser (default) or msger
|
|
33
33
|
-contextmenu <mode> always = right-click menu everywhere, even where the page
|
|
34
34
|
suppresses it; page (default) = leave the page in control
|
|
35
|
-
-
|
|
36
|
-
|
|
35
|
+
-showversion Keep "msger vX.Y.Z" at the start of the title bar, surviving
|
|
36
|
+
the page's own title (for debugging). Saved by -save.
|
|
37
|
+
-version Alone: print the version and exit. With -message/-html/-url:
|
|
38
|
+
same as -showversion
|
|
37
39
|
-zoom <percent> Zoom the page (e.g. -zoom 200). Ctrl+= / Ctrl+- / Ctrl+0 and
|
|
38
40
|
Ctrl+wheel adjust it at runtime, in every mode
|
|
39
41
|
-buttons <label...> Specify button labels (e.g., -buttons Yes No Cancel)
|