OSDN Git Service

shell: re-generate man page
authorscribu <mail@scribu.net>
Wed, 8 May 2013 20:03:18 +0000 (23:03 +0300)
committerscribu <mail@scribu.net>
Wed, 8 May 2013 20:03:20 +0000 (23:03 +0300)
[ci skip]

man/shell.1

index d145d4a..6aa5f9e 100644 (file)
@@ -7,16 +7,16 @@
 \fBwp\-shell\fR \- Interactive PHP console\.
 .
 .SH "SYNOPSIS"
-wp shell
+wp shell [\-\-basic]
 .
 .SH "DESCRIPTION"
 \fBwp shell\fR allows you to evaluate PHP statements and expressions interactively, from within a WordPress environment\. This means that you have access to all the functions, classes and globals that you would have access to from inside a WordPress plugin, for example\.
 .
-.P
-\fB$_\fR is a special variable that contains the result from the last evaluated statement\.
+.SH "OPTIONS"
 .
-.P
-You can split a statement over multiple lines by adding a \fB\e\fR (backslash) before hitting Return\.
+.TP
+\fB\-\-basic\fR:
 .
-.P
-If you type \fBhistory\fR and hit Return, WP\-CLI will print the list of previously evaluated statements, which you can copy+paste into a PHP file\.
+.IP
+Start in fail\-safe mode, even if Boris is available\.
+