Skip to content

Commit 91b1584

Browse files
docs
1 parent 4f93626 commit 91b1584

3 files changed

Lines changed: 3 additions & 7 deletions

File tree

tools/base64.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Tool `-base64`
2-
31
```text
42
Usage:
53
ops -base64 [options] <string>

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)