We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e185fd1 commit bd6aaa4Copy full SHA for bd6aaa4
src/epics_containers_cli/ioc/local_commands.py
@@ -158,4 +158,4 @@ def ps(self, all: bool, wide: bool):
158
rows.append(line.split("%"))
159
160
for row in rows:
161
- print("{:<20}{:<20}{:<20}{}".format(*row))
+ print("{0: <20.20} {1: <20.20} {2: <23.23} {3}".format(*row))
0 commit comments