Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c72c3be commit 7ae3a5eCopy full SHA for 7ae3a5e
1 file changed
Doc/lib/libcmd.tex
@@ -43,9 +43,9 @@ \subsection{Cmd Objects}
43
44
An interpreter instance will recognize a command name \samp{foo} if
45
and only if it has a method \method{do_foo()}. As a special case,
46
-a line containing only the character \character{?} is dispatched to
+a line beginning with the character \character{?} is dispatched to
47
the method \method{do_help()}. As another special case, a line
48
-containing only the character \character{!} is dispatched to the
+beginning with the character \character{!} is dispatched to the
49
method \method{do_shell} (if such a method is defined).
50
51
All subclasses of \class{Cmd} inherit a predefined \method{do_help}.
0 commit comments