glint icon indicating copy to clipboard operation
glint copied to clipboard

Gleam command-line argument parsing with flags and automated help text generation.

Results 14 glint issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/TanklesXL/glint). ## Open The following updates have all...

Am I correct that if I want to handle errors from the actual running command I needs to use `run_and_handle()` and handle errors myself? This would for example need to...

Generate some kind of simple docs page (maybe markdown or HTML) that can act as a reference when using a glint CLI

enhancement
good first issue

In order to support shell completion, we'll need something like a subcommand: ``` $ glint_cli __complete list of arguments h completion1 description1 completion2 description2 ``` Then we can use a...

This would be similar to what Rust's Clap provides, i.e. you specify a version string and then running with `--version` or `-V` will print `my_app 0.1.0`.

requires glint to have real parsing compared to the current naive approach

enhancement