Skip to content

Commit

Permalink
docs comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
pk8189 committed Nov 6, 2024
1 parent 81a35e4 commit 95eaf04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ enum SdkCommands {
/// **Enterprise Only!**
/// Create a managed SDK that Sideko can track and maintain maintain. This command returns an SDK repo with git tracking
Create {
/// Name of the API Specification Collection
/// Path to the Sideko SDK Configuration File
config_path: Utf8PathBuf,
/// Programming language to generate an SDK for
language: GenerationLanguageClap,
Expand Down
2 changes: 1 addition & 1 deletion docs/CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Generate a point-in-time SDK (unmanaged/stateless). This command is available to

###### **Arguments:**

* `<CONFIG_PATH>`Name of the API Specification Collection
* `<CONFIG_PATH>`Path to the Sideko SDK Configuration File
* `<LANGUAGE>` — Programming language to generate an SDK for

Possible values: `go`, `ruby`, `rust`, `typescript`, `python`, `java`
Expand Down

0 comments on commit 95eaf04

Please sign in to comment.