Skip to content

Commit d721426

Browse files
authored
Merge branch 'main' into main
2 parents a0b124b + 91b1584 commit d721426

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

tools/base64.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
# Tool base64
23

34
base64 utility acts as a base64 decoder when passed the --decode (or -d) flag and as a base64 encoder

tools/datefmt.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Tool: datefmt
2-
31
Print date with different formats. If no time stamp or date strings are given, uses current time
42

53
```text

tools/tools.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func trace(args ...any) {
4141

4242
// available in taskfiles
4343
// note some of them are implemented in main.go (config, retry)
44-
// Note the comment in //DOC// is used to generate the list of tools in documentation
44+
// Note the comment with @DOC which is used to generate the list of tools in documentation
4545
// put one here if you add a markdown file for a tool
4646
var ToolList = []string{
4747
"wsk",
@@ -51,11 +51,11 @@ var ToolList = []string{
5151
"envsubst",
5252
"filetype",
5353
"random",
54-
"datefmt", //DOC//
54+
"datefmt", //@DOC
5555
"die",
5656
"urlenc",
5757
"replace",
58-
"base64", //DOC//
58+
"base64", //@DOC
5959
"validate",
6060
"echoif",
6161
"echoifempty",

0 commit comments

Comments
 (0)