Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #283 from hadronized/ktsctl/enhance-ux
Browse files Browse the repository at this point in the history
Ktsctl/enhance ux
  • Loading branch information
hadronized authored Mar 24, 2024
2 parents e6cdebc + 68e0f19 commit 8d937bd
Show file tree
Hide file tree
Showing 2 changed files with 231 additions and 77 deletions.
6 changes: 3 additions & 3 deletions ktsctl/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ pub enum Cmd {

/// Get information on installed resources.
Info {
/// Check whether a language has resources and if so, display information about them.
#[clap(long, value_name = "lang")]
has: Option<String>,
/// Get information about a specific language.
#[clap(long)]
lang: Option<String>,

/// List all known languages and display information about them.
#[clap(short, long)]
Expand Down
Loading

0 comments on commit 8d937bd

Please sign in to comment.