|
|
@@ -19,6 +19,17 @@ print(cli_test_greetUser()) |
|
|
|
##print(cli_test_shouldReportIvalidItemSelection_outOfBoundsMin()) |
|
|
|
#print(cli_test_showHelp_h()) |
|
|
|
#print(cli_test_showHelp_help()) |
|
|
|
|
|
|
|
def printOutput(c): |
|
|
|
if c.recentField.startswith("output")): |
|
|
|
print(getatter(c, c.recentField)) |
|
|
|
|
|
|
|
ctrl = ContextController() |
|
|
|
ctrl.callback(printOutput) |
|
|
|
|
|
|
|
ctrl.set("didLaunch", True) |
|
|
|
|
|
|
|
|
|
|
|
# |
|
|
|
#c = shell_createContext() |
|
|
|
#c.cCLI = cli_createContext() |
|
|
|