highmark-cli 0.0.259 → 0.0.260

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/README.md +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -51,7 +51,7 @@ Depending on your setup you may need to prepend `sudo` to the above.
51
51
  These are the commands and options:
52
52
 
53
53
  ```
54
- highmark [<command>] [<argument>]
54
+ highmark [<options>] [<command>] [<argument>]
55
55
 
56
56
  Commands:
57
57
 
@@ -71,6 +71,8 @@ Options:
71
71
 
72
72
  --watch|-w Watch for changes to the client file and in the output directory
73
73
 
74
+ --quietly|-q Run with almost no console logging
75
+
74
76
  --copy-fonts|-f Copy the fonts to a fonts folder next to the output file
75
77
 
76
78
  --start-server|-s Start a server to view the output file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "highmark-cli",
3
3
  "author": "James Smith",
4
- "version": "0.0.259",
4
+ "version": "0.0.260",
5
5
  "license": "MIT, Anti-996",
6
6
  "homepage": "https://github.com/djalbat/highmark-cli",
7
7
  "description": "Highmark's LIC tool.",