Skip to content

Commit 53f9cdb

Browse files
authored
Update the copy of the cli hero section (#1008)
1 parent d74013a commit 53f9cdb

File tree

1 file changed

+6
-6
lines changed
  • _data/new-data/get-started/command-line-tools

1 file changed

+6
-6
lines changed

_data/new-data/get-started/command-line-tools/hero.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ link:
44
url: /getting-started/cli-swiftpm/
55
text: Get Started
66
boxes:
7-
- title: Simplified setup
8-
text: Auto-generate common command line features like help commands and completion scripts using the Swift Argument Parser package.
9-
- title: Language strengths
10-
text: Swift is fast, memory safe, and has robust string handling, making it a great choice for building command line tools.
11-
- title: Interoperable
12-
text: Integrate and reuse existing libraries written in other languages like C and C++ by taking advantage of Swift's interoperability.
7+
- title: Simple
8+
text: Use Swift’s clear syntax and a lightweight, declarative style to quickly develop rich command line tools.
9+
- title: Powerful
10+
text: ArgumentParser provides type validation, rich help screens, shell completions, and more, all without ceremony.
11+
- title: Safe
12+
text: Using Swift’s type, memory, and concurrency safety, develop powerful CLI tools without worry.

0 commit comments

Comments
 (0)