Skip to content

Commit 04b893e

Browse files
committed
feat: add -T short option for --timeout in fedify lookup
1 parent e94e4f2 commit 04b893e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/lookup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ export const command = new Command()
251251
"Specify the output file path.",
252252
)
253253
.option(
254-
"--timeout <seconds:number>",
254+
"-T, --timeout <seconds:number>",
255255
"Set timeout for network requests in seconds.",
256256
)
257257
.action(async (options, ...urls: string[]) => {

0 commit comments

Comments
 (0)