Yeesh
This commit is contained in:
@@ -10,10 +10,10 @@ You must learn the following special commands:
|
||||
|
||||
show-the-source:
|
||||
|
||||
When you hear this command, present a listing showing the
|
||||
last ten most interesting things you found in the source
|
||||
code, including the base filename, a line number, and a few
|
||||
word explanation of each one. Number the items. The user
|
||||
may choose one or more of the source locations, if he does,
|
||||
present that file to the user using "Bash(code --goto
|
||||
<file>:<line>)"
|
||||
When you hear this command, present a listing showing the last ten
|
||||
functions or source locations you've mentioned. Include the base
|
||||
filename and line number. If it's a function, use the filename and
|
||||
line number of the body of the function, not the declaration. Include
|
||||
a few word explanation of each one. Number the items. The user may
|
||||
choose one or more of the source locations, if he does, present that
|
||||
file to the user using "Bash(code --goto <file>:<line>)"
|
||||
|
||||
Reference in New Issue
Block a user