Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 04-deriving-cli.md #410

Merged
merged 2 commits into from
Aug 24, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/docs/src/03-protocols/04-deriving-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Deriving CLIs
---

- The Smithy4s Decline module provides the capability to derive a [Decline](https://ben.kirw.in/decline/) Cli for your service.
- Lets revisit our HelloWorld smithy definition from the [Quickstart](modules/docs/src/01-overview/02-quickstart.md)
- Lets revisit our HelloWorld smithy definition from the [Quickstart](../01-overview/02-quickstart.md)
yisraelU marked this conversation as resolved.
Show resolved Hide resolved

```kotlin
namespace smithy4s.hello
Expand Down Expand Up @@ -85,4 +85,4 @@ object HelloWorldServiceInstance{
- Documentation is added to every field, operation and service - if available. For HTTP operations a path template is provided as well.

# Missing Features
- Collision Handling for un-nesting of nested fields
- Collision Handling for un-nesting of nested fields