We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7159efb + 675b566 commit 399448dCopy full SHA for 399448d
EnumEnvVars.py
@@ -5,7 +5,7 @@
5
from pathlib import Path
6
7
import requests
8
-from alive_progress import alive_bar
+from alive_progress import alive_bar
9
10
11
DEFAULT_URL = "http://localhost:2375" # Docker Engine API (no auth; enable with care)
@@ -85,7 +85,7 @@ def parse_args():
85
86
87
def print_engine_overview(info: dict):
88
- """Pretty, concise overview of key /info fields."""
+ """Pretty, concise overview of key /info fields. """
89
if not info:
90
print("Engine Info: (unavailable)")
91
return
0 commit comments