Skip to content

Commit 0420bf7

Browse files
committed
update docblock
1 parent 2a71a40 commit 0420bf7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

includes/class-gf-cli-form.php

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ function form_list( $args, $assoc_args ) {
101101
* Exports forms to a Gravity Forms Form export file.
102102
*
103103
* @since 1.0-beta-1
104+
* @since 1.2 Added the optional filename arg.
104105
*
105106
* ## OPTIONS
106107
*
@@ -110,18 +111,18 @@ function form_list( $args, $assoc_args ) {
110111
* [--dir=<dir>]
111112
* : The directory for the form to export. Defaults to the current working directory.
112113
*
113-
* [--porcelain]
114-
* : Overrides the standard success message with just the export file path
115-
*
116114
* [--filename=<filename>]
117115
* : The filename for the form to export. Defaults to the current date.
118116
*
117+
* [--porcelain]
118+
* : Overrides the standard success message with just the export file path
119+
*
119120
* ## EXAMPLES
120121
*
121122
* wp gf form export 1
122123
* wp gf form export
123124
*
124-
* @synopsis [<form-id>] [--dir=<dir>] [--porcelain] [--filename=<filename>]
125+
* @synopsis [<form-id>] [--dir=<dir>] [--filename=<filename>] [--porcelain]
125126
*/
126127
function export( $args, $assoc_args ) {
127128

0 commit comments

Comments
 (0)