File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ These packages will install when you install Terminus.
6565
6666
6767| Command | Description | ⚖️ |
68- | ========================= | ------------------------------------------------------------ | -- |
68+ | ------------------------- | ------------------------------------------------------------ | -- |
6969| aliases | Generates Pantheon Drush aliases for sites on which the | ❌ |
7070| | currently logged-in user is on the team. | |
7171| art | Displays Pantheon ASCII artwork. | ❓ |
Original file line number Diff line number Diff line change 11
22
33| {{ " %-25s" | format(" Command" ) }} | {{ " %-60s" | format(" Description" ) }} | {{ " %2s" | format(" ⚖️" ) }} |
4- | {{ " %'= 25s" | format(" " ) }} | {{ " %'-60s" | format(" " ) }} | {{ " %'-2s" | format(" " ) }} |
4+ | {{ " %'- 25s" | format(" " ) }} | {{ " %'-60s" | format(" " ) }} | {{ " %'-2s" | format(" " ) }} |
55{% for command in commands %}
66{% set desc = command .description %}{% set cmd = command .command %}{% set testResult = command .status %}
77{% for row in desc %}
You can’t perform that action at this time.
0 commit comments