Skip to content

Commit e166a2c

Browse files
Update banner taglines on CLI (#5464)
# Description of Changes - Update banner taglines on CLI ```diff - "Multiplayer at the speed of light" + "Development at the speed of light" ``` # Screenshots - Before <img width="763" height="214" alt="screenshot2" src="https://github.com/user-attachments/assets/73b636ef-bfa3-4a5c-8c9b-8ba589a22101" /> - After <img width="758" height="214" alt="screenshot1" src="https://github.com/user-attachments/assets/15037d83-29ea-45ea-9581-8bede5f944ac" /> <!-- Please describe your change, mention any related tickets, and so on here. --> # API and ABI breaking changes <!-- If this is an API or ABI breaking change, please apply the corresponding GitHub label. --> # Expected complexity level and risk 1 <!-- How complicated do you think these changes are? Grade on a scale from 1 to 5, where 1 is a trivial change, and 5 is a deep-reaching and complex change. This complexity rating applies not only to the complexity apparent in the diff, but also to its interactions with existing and future code. If you answered more than a 2, explain what is complex about the PR, and what other components it interacts with in potentially concerning ways. --> # Testing <!-- Describe any testing you've done, and any testing you'd like your reviewers to do, so that you're confident that all the changes work as expected! --> - [ ] <!-- maybe a test you want to do --> - [ ] <!-- maybe a test you want a reviewer to do, so they can check it off when they're satisfied. -->
1 parent 3abaec9 commit e166a2c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

crates/cli/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ fn get_command() -> Command {
115115
│ 888 │
116116
│ 888 │
117117
│ 888 │
118-
│ "Multiplayer at the speed of light" │
118+
│ "Development at the speed of light" │
119119
│ │
120120
├───────────────────────────────────────────────────────────────────────────────────────────────────────┤
121121
│ SpacetimeDB Command Line Tool │

crates/standalone/src/subcommands/start.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ fn banner() {
496496
│ 888 │
497497
│ 888 │
498498
│ 888 │
499-
│ "Multiplayer at the speed of light" │
499+
│ "Development at the speed of light" │
500500
└───────────────────────────────────────────────────────────────────────────────────────────────────────┘
501501
"#
502502
)

0 commit comments

Comments
 (0)