this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

syntax: add ArgsUsage to CLI helper cmd

+4 -3
+4 -3
atproto/syntax/cmd/atp-syntax/main.go
··· 17 17 } 18 18 app.Commands = []*cli.Command{ 19 19 &cli.Command{ 20 - Name: "parse-tid", 21 - Usage: "parse a TID and output timestamp", 22 - Action: runParseTID, 20 + Name: "parse-tid", 21 + Usage: "parse a TID and output timestamp", 22 + ArgsUsage: "<tid>", 23 + Action: runParseTID, 23 24 }, 24 25 } 25 26 h := slog.NewTextHandler(os.Stderr, &slog.HandlerOptions{Level: slog.LevelDebug})