[help] Update and beautify the commandline help output
This commit is contained in:
parent
3af8ee771d
commit
caceb6f20f
11 changed files with 59 additions and 88 deletions
|
@ -1,14 +1,11 @@
|
|||
import bumblebee.module
|
||||
import bumblebee.util
|
||||
|
||||
def usage():
|
||||
return "spacer"
|
||||
|
||||
def notes():
|
||||
return "none"
|
||||
|
||||
def description():
|
||||
return "Draws an empty field."
|
||||
return "Draws a widget with configurable content."
|
||||
|
||||
def parameters():
|
||||
return [ "spacer.text: Text to draw (defaults to '')" ]
|
||||
|
||||
class Module(bumblebee.module.Module):
|
||||
def __init__(self, output, config, alias):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue