File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Tool ` -base64 `
2-
31``` text
42Usage:
53 ops -base64 [options] <string>
Original file line number Diff line number Diff line change 1- # Tool: datefmt
2-
31Print date with different formats. If no time stamp or date strings are given, uses current time
42
53``` text
Original file line number Diff line number Diff 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
4646var 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" ,
You can’t perform that action at this time.
0 commit comments