tune-basic-toolset 0.1.3 → 0.1.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/README.md +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,7 +8,8 @@ Basic toolset for [Tune](https://github.com/iovdin/tune).
|
|
|
8
8
|
- [Tools](#tools)
|
|
9
9
|
- [rf](#rf) read file
|
|
10
10
|
- [wf](#wf) write file
|
|
11
|
-
- [patch](#patch) patch file
|
|
11
|
+
- [patch](#patch) patch file
|
|
12
|
+
- [append](#append) append to file
|
|
12
13
|
- [sh](#sh) execute shell command
|
|
13
14
|
- [cmd](#cmd) execute Windows cmd command
|
|
14
15
|
- [powershell](#powershell) execute PowerShell command
|
|
@@ -574,6 +575,7 @@ user:
|
|
|
574
575
|
@{| random uniform -2.5..7.5 } # floats
|
|
575
576
|
@{| random uniform 10 20 } # two-number form
|
|
576
577
|
|
|
578
|
+
comment:
|
|
577
579
|
Notes:
|
|
578
580
|
- Quotes are respected for tokens with spaces.
|
|
579
581
|
- Files referenced as @file are expanded to non-empty trimmed lines.
|