Update example
This commit is contained in:
parent
538485de52
commit
77f0559869
@ -1,3 +1,10 @@
|
|||||||
from pysheller import PySheller
|
from pysheller import PySheller
|
||||||
|
from os import path
|
||||||
|
|
||||||
PySheller(name="test-app", description="Very example app.", commands_dir="./commands")
|
cmd_dir_path = path.dirname(path.realpath(__file__))
|
||||||
|
|
||||||
|
PySheller(
|
||||||
|
name="test-app",
|
||||||
|
description="Very example app.",
|
||||||
|
commands_dir=path.join(cmd_dir_path, "commands"),
|
||||||
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user