Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / google/argh issues and pull requests

#192 - Allow negative numbers as positional arguments

Pull Request - State: open - Opened by SpecificProtagonist 4 months ago - 2 comments

#190 - A few help and error reporting improvements

Pull Request - State: open - Opened by optimistiCli 6 months ago

#190 - A few help and error reporting improvements

Pull Request - State: open - Opened by optimistiCli 6 months ago

#189 - A few help and error reporting improvements

Pull Request - State: closed - Opened by optimistiCli 6 months ago - 1 comment

#189 - A few help and error reporting improvements

Pull Request - State: closed - Opened by optimistiCli 6 months ago - 1 comment

#188 - Make serde optional

Pull Request - State: closed - Opened by novacrazy 6 months ago - 4 comments

#188 - Make serde optional

Pull Request - State: closed - Opened by novacrazy 6 months ago - 5 comments

#187 - Unhelpfully-aimed error-messages on subcommands

Issue - State: open - Opened by LunarTulip 8 months ago

#186 - Call unraw() on idents

Pull Request - State: closed - Opened by xzfc 8 months ago

#185 - Document `arg_name` attribute

Issue - State: closed - Opened by MidAutumnMoon 8 months ago

#183 - `argh_shared`: change serde features to allow `no_std` use

Pull Request - State: open - Opened by wgwoods 8 months ago - 2 comments

#182 - Consider making serde dependency optional (as a feature)

Issue - State: closed - Opened by grandchild 9 months ago - 1 comment

#181 - Add command-line-interface category

Pull Request - State: closed - Opened by Carbocarde 10 months ago - 1 comment

#180 - feat: suggest fuzzy matches in case of unrecognized arguments

Pull Request - State: closed - Opened by aminya 11 months ago

#178 - feat: support default vectors for repeating arguments

Pull Request - State: closed - Opened by aminya 11 months ago

#177 - Fix build without `help` feature

Pull Request - State: closed - Opened by yujincheng08 11 months ago

#176 - Improve error message for invalid long names

Pull Request - State: closed - Opened by KateMorley 11 months ago

#175 - Disable a pedantic clippy lint

Pull Request - State: closed - Opened by sadmac7000 11 months ago

#174 - docs: fix `cargo_from_env` documentation

Pull Request - State: closed - Opened by ZetaNumbers 12 months ago - 1 comment

#173 - Handle escape sequences in doc-comments

Pull Request - State: closed - Opened by KateMorley 12 months ago - 1 comment

#172 - don't work as a cargo-subcommand

Issue - State: closed - Opened by ameknite 12 months ago

#171 - Stricter `check_option_description` for single-letter words

Pull Request - State: closed - Opened by omertuc about 1 year ago - 2 comments

#170 - mutual exclusive options/switches

Issue - State: open - Opened by stackinspector about 1 year ago

#169 - Change `from_str_fn` to take expression paths

Pull Request - State: closed - Opened by erickt about 1 year ago

#168 - Bump version to 0.1.11

Pull Request - State: closed - Opened by erickt about 1 year ago

#167 - Adding ArgsInfo derive trait

Pull Request - State: closed - Opened by claywilkinson about 1 year ago - 2 comments

#165 - Disable automatically generated help message

Issue - State: closed - Opened by yujincheng08 about 1 year ago

#164 - Single dash is parsed as unrecognized argument

Issue - State: open - Opened by alyssais over 1 year ago - 1 comment

#163 - `#[argh(description = "...")]` only supports literal

Issue - State: open - Opened by stackinspector over 1 year ago - 3 comments

#162 - fix: correct syn required minimal version

Pull Request - State: closed - Opened by joshka over 1 year ago - 2 comments

#160 - Change `FromArgs::from_args` to accept `AsRef<str>`

Issue - State: open - Opened by poliorcetics over 1 year ago

#158 - Update to syn-2

Pull Request - State: closed - Opened by maurer over 1 year ago

#158 - Update to syn-2

Pull Request - State: open - Opened by maurer over 1 year ago

#157 - Subcommand with no additional arguments?

Issue - State: closed - Opened by kartikynwa over 1 year ago - 1 comment

#157 - Subcommand with no additional arguments?

Issue - State: closed - Opened by kartikynwa over 1 year ago - 1 comment

#156 - Bump version to 0.1.10

Pull Request - State: closed - Opened by richkadel over 1 year ago

#155 - Allow to disable requirement for uncapitalized descriptions

Pull Request - State: open - Opened by jirutka over 1 year ago - 1 comment

#154 - fix tests

Pull Request - State: closed - Opened by matklad almost 2 years ago

#153 - Be more robust when weird arguments are passed in

Pull Request - State: closed - Opened by matklad almost 2 years ago - 1 comment

#152 - reduce dependencies

Pull Request - State: closed - Opened by matklad almost 2 years ago - 1 comment

#151 - Fix #149 and a few lints from newer clippy

Pull Request - State: closed - Opened by sadmac7000 almost 2 years ago

#150 - Negative switches

Issue - State: open - Opened by doughertyda almost 2 years ago

#150 - Negative switches

Issue - State: open - Opened by doughertyda almost 2 years ago

#148 - Add support for an `hidden_help` attribute

Pull Request - State: closed - Opened by aminya almost 2 years ago - 1 comment

#148 - Add support for an `hidden_help` attribute

Pull Request - State: closed - Opened by aminya almost 2 years ago - 1 comment

#148 - Add support for an `hidden_help` attribute

Pull Request - State: closed - Opened by aminya almost 2 years ago - 1 comment

#147 - Allow `#[argh(switch)]` on Option<bool> fields

Pull Request - State: closed - Opened by Gnurou almost 2 years ago

#147 - Allow `#[argh(switch)]` on Option<bool> fields

Pull Request - State: closed - Opened by Gnurou almost 2 years ago

#145 - how skip a field like #[serde(skip)]

Issue - State: open - Opened by cn-kali-team almost 2 years ago - 2 comments

#145 - how skip a field like #[serde(skip)]

Issue - State: open - Opened by cn-kali-team almost 2 years ago - 2 comments

#144 - Bump version to 0.1.9

Pull Request - State: closed - Opened by erickt about 2 years ago

#144 - Bump version to 0.1.9

Pull Request - State: closed - Opened by erickt about 2 years ago

#143 - Add 'remainder': greedy positional arguments

Pull Request - State: closed - Opened by stormbrew about 2 years ago

#142 - Support generic structs and enums in derive(FromArgs)

Pull Request - State: closed - Opened by stormbrew about 2 years ago

#142 - Support generic structs and enums in derive(FromArgs)

Pull Request - State: closed - Opened by stormbrew about 2 years ago

#140 - Fix macro typo

Pull Request - State: closed - Opened by Lioness100 about 2 years ago - 1 comment

#140 - Fix macro typo

Pull Request - State: closed - Opened by Lioness100 about 2 years ago - 1 comment

#139 - Deps: update `heck` to `0.4`

Pull Request - State: closed - Opened by BastiDood about 2 years ago - 1 comment

#139 - Deps: update `heck` to `0.4`

Pull Request - State: closed - Opened by BastiDood about 2 years ago - 1 comment

#138 - Feature Request: choices

Issue - State: open - Opened by bbstilson about 2 years ago - 4 comments

#138 - Feature Request: choices

Issue - State: open - Opened by bbstilson about 2 years ago - 5 comments

#137 - docs: fix spelling

Pull Request - State: closed - Opened by callumio about 2 years ago

#137 - docs: fix spelling

Pull Request - State: closed - Opened by callumio about 2 years ago

#136 - Help trait for exposing help information as JSON

Pull Request - State: closed - Opened by claywilkinson about 2 years ago - 2 comments

#136 - Help trait for exposing help information as JSON

Pull Request - State: open - Opened by claywilkinson about 2 years ago - 1 comment

#135 - prevent duplicate short and long names

Pull Request - State: closed - Opened by erickt about 2 years ago

#135 - prevent duplicate short and long names

Pull Request - State: closed - Opened by erickt about 2 years ago

#135 - prevent duplicate short and long names

Pull Request - State: closed - Opened by erickt about 2 years ago

#134 - `Complete` subcommand to list all subcommands for a given argument.

Pull Request - State: open - Opened by naudzghebre about 2 years ago - 1 comment

#134 - `Complete` subcommand to list all subcommands for a given argument.

Pull Request - State: open - Opened by naudzghebre about 2 years ago - 1 comment

#133 - Support multiline docs

Pull Request - State: open - Opened by Timmmm about 2 years ago - 2 comments

#133 - Support multiline docs

Pull Request - State: closed - Opened by Timmmm about 2 years ago - 2 comments

#132 - Document dynamic commands and bump version

Pull Request - State: closed - Opened by sadmac7000 over 2 years ago

#132 - Document dynamic commands and bump version

Pull Request - State: closed - Opened by sadmac7000 over 2 years ago

#131 - Added docs on how to debug the derived marco

Pull Request - State: closed - Opened by qhua948 over 2 years ago - 3 comments

#131 - Added docs on how to debug the derived marco

Pull Request - State: closed - Opened by qhua948 over 2 years ago - 3 comments

#129 - Implement default subcommand.

Pull Request - State: open - Opened by qhua948 over 2 years ago - 7 comments

#129 - Implement default subcommand.

Pull Request - State: open - Opened by qhua948 over 2 years ago - 7 comments

#129 - Implement default subcommand.

Pull Request - State: open - Opened by qhua948 over 2 years ago - 7 comments

#128 - Process line breaks in description

Issue - State: open - Opened by theli-ua over 2 years ago - 5 comments

#128 - Process line breaks in description

Issue - State: open - Opened by theli-ua over 2 years ago - 5 comments

#127 - allow alphanumeric strings in `long` attribute

Pull Request - State: closed - Opened by theli-ua over 2 years ago - 5 comments