This commit is contained in:
chrys
2018-02-22 22:52:53 +01:00
202 changed files with 331 additions and 277 deletions

View File

@ -1517,7 +1517,7 @@ Commands are python files with a special scheme. You can assign them to a shortc
Good Examples: ["date.py"](https///github.com/chrys87/fenrir/blob/master/src/fenrir/commands/commands/date.py) (announce the Date), ["shut_up.py"](https///github.com/chrys87/fenrir/blob/master/src/fenrir/commands/commands/shut_up.py) (interrupt output)
the basic scheme for a command is as follows:
from core import debug
from fenrir.core import debug
class command():
def __init__(self):

View File

@ -1273,7 +1273,7 @@ Commands are python files with a special scheme. You can assign them to a shortc
Good Examples: [[https://github.com/chrys87/fenrir/blob/master/src/fenrir/commands/commands/date.py|"date.py"]] (announce the Date), [[https://github.com/chrys87/fenrir/blob/master/src/fenrir/commands/commands/shut_up.py|"shut_up.py"]] (interrupt output)
the basic scheme for a command is as follows:
from core import debug
from fenrir.core import debug
class command():
def __init__(self):