From eddfd94580895a64a54a9e7cb3fa099c0489574f Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 25 Oct 2007 15:52:00 -0400 Subject: Added docs about call's various output parameters. --- docs/func.pod | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs') diff --git a/docs/func.pod b/docs/func.pod index 8d4f4bb..c95788f 100644 --- a/docs/func.pod +++ b/docs/func.pod @@ -78,9 +78,17 @@ func "*.example.org" copyfile --file=/tmp/foo --remotepath=/tmp/foo While these helper modules will grow over time, usage of "call" syntax directly is fine also. See the Wiki for more examples as they evolve. +=head1 OUTPUT COMMANDS + +The "call" command by default outputs data using a "pretty printer". Other +display options include --raw, --json, and --xmlrpc, which may be more +desirable if you are running func inside another script or prefer to read +those display formats. + =head1 --verbose Use this flag to output extra information from func while it is running. +All func commands can take this flag. =head1 EXIT_STATUS -- cgit