This commit is contained in:
2021-03-12 20:37:31 +01:00
parent 6a1e7d4063
commit 3d001ade0a
7 changed files with 46 additions and 23 deletions

View File

@@ -8,8 +8,7 @@ def test_spinner():
if __name__ == '__main__':
Console.write_line('Hello World')
# Console.spinner('Test:', test_spinner, spinner_foreground_color=ForegroundColorEnum.cyan,
# text_foreground_color='green')
Console.spinner('Test:', test_spinner, spinner_foreground_color=ForegroundColorEnum.cyan, text_foreground_color='green')
opts = [
'Option 1',
'Option 2',