@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.
Files changed (2) hide show
  1. package/cli.js +4 -2
  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
- -version With other options: keep "msger vX.Y.Z" in the title bar,
36
- surviving the page's own title (for debugging)
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)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bobfrankston/msger",
3
- "version": "0.1.417",
3
+ "version": "0.1.418",
4
4
  "description": "Fast, lightweight, cross-platform message box - Rust-powered alternative to msgview",
5
5
  "type": "module",
6
6
  "main": "./index.js",