From ed1fe28ab2a5dcf6213e2a592a1073f3167f2904 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Thu, 25 Feb 2021 16:54:26 +0100 Subject: [PATCH] Add --format to fund command docs --- doc/03-cli.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/03-cli.md b/doc/03-cli.md index 7413d919c..53ebaeb87 100644 --- a/doc/03-cli.md +++ b/doc/03-cli.md @@ -480,7 +480,12 @@ If you only want a list of suggested package names, use `--list`. ## fund Discover how to help fund the maintenance of your dependencies. This lists -all funding links from the installed dependencies. +all funding links from the installed dependencies. Use `--format=json` to +get machine-readable output. + +### Options + +* **--format:** Format of the output: text, json or summary (default: "text") ## depends (why)