Skip to content

Commit

Permalink
chore: prettier format
Browse files Browse the repository at this point in the history
  • Loading branch information
molisani committed Sep 30, 2024
1 parent d6ede8d commit 37b08be
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## 0.0.1 (2024-09-30)

This was a version bump only, there were no code changes.
This was a version bump only, there were no code changes.
13 changes: 8 additions & 5 deletions docs/src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ const FeatureList: FeatureItem[] = [
title: "Full TypeScript Support",
description: (
<>
TypeScript types for command <Link to="docs/features/argument-parsing/flags">named flags</Link> and <Link to="docs/features/argument-parsing/positional">positional arguments</Link> are defined once and then flow through the entire
application.
TypeScript types for command <Link to="docs/features/argument-parsing/flags">named flags</Link> and{" "}
<Link to="docs/features/argument-parsing/positional">positional arguments</Link> are defined once and
then flow through the entire application.
</>
),
},
Expand Down Expand Up @@ -50,7 +51,8 @@ const FeatureList: FeatureItem[] = [
title: "Optional Dependency Injection",
description: (
<>
All system access is encapsulated in a single <Link to="docs/features/isolated-context">context object</Link> which allows for easier dependency
All system access is encapsulated in a single{" "}
<Link to="docs/features/isolated-context">context object</Link> which allows for easier dependency
injection and mocking for unit tests.
</>
),
Expand All @@ -59,8 +61,9 @@ const FeatureList: FeatureItem[] = [
title: "Dynamic Autocomplete",
description: (
<>
Stricli has first class support for <Link to="docs/features/shell-autocomplete">shell autocomplete</Link>{" "}
that can include custom dynamic suggestions at runtime.
Stricli has first class support for{" "}
<Link to="docs/features/shell-autocomplete">shell autocomplete</Link> that can include custom dynamic
suggestions at runtime.
</>
),
},
Expand Down

0 comments on commit 37b08be

Please sign in to comment.