mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-02 07:34:08 +01:00
Default displaying of usage examples to False until we put the example strings
back in
This commit is contained in:
parent
5a6f3ee7bb
commit
12c52807f8
@ -373,8 +373,10 @@ def main():
|
|||||||
bot. Before you have to make a decision, of course, you'll be able to
|
bot. Before you have to make a decision, of course, you'll be able to
|
||||||
see a short description of the plugin and, if you choose, an example
|
see a short description of the plugin and, if you choose, an example
|
||||||
session with the plugin. Let's begin.""")
|
session with the plugin. Let's begin.""")
|
||||||
showUsage = yn('Would you like the option of seeing usage examples?') \
|
# until we get example strings again, this will default to false
|
||||||
=='y'
|
#showUsage =yn('Would you like the option of seeing usage examples?') \
|
||||||
|
# =='y'
|
||||||
|
showUsage = False
|
||||||
name = expect('What plugin would you like to look at?', plugins)
|
name = expect('What plugin would you like to look at?', plugins)
|
||||||
while name:
|
while name:
|
||||||
module = loadPlugin(name)
|
module = loadPlugin(name)
|
||||||
|
Loading…
Reference in New Issue
Block a user