Ecosyste.ms: Issues

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

GitHub / cofyc/argparse issues and pull requests

#69 - Misaligned data access when using a `bool` type with OPT_BOOLEAN()

Issue - State: closed - Opened by ahogen 5 months ago - 1 comment

#68 - fix: windows Ninja same target name

Pull Request - State: closed - Opened by BedRockJie 7 months ago - 2 comments
Labels: size/XS, approved

#67 - Prevent segfault when argparse_usage() is called twice

Pull Request - State: closed - Opened by boeglin 7 months ago - 3 comments
Labels: size/XS, approved

#66 - improve subcommands, convert tests from tap to pytest, improve examples

Pull Request - State: open - Opened by aBraM-aBraM 11 months ago - 3 comments
Labels: needs-rebase, size/XXL

#65 - Default value for arguments without parameter

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

#63 - chore: added clib.json

Pull Request - State: closed - Opened by edd255 over 1 year ago - 4 comments
Labels: size/S

#62 - [feature] support shell completions

Issue - State: open - Opened by Freed-Wu over 1 year ago

#61 - Add positional options support

Pull Request - State: open - Opened by marcrittinghaus about 2 years ago - 3 comments
Labels: size/M

#60 - Break long help messages

Pull Request - State: open - Opened by yshui over 2 years ago - 2 comments
Labels: size/M

#59 - How to provide help for subcommands?

Issue - State: open - Opened by fluentpwn over 2 years ago

#58 - Support for default int/float/string values?

Issue - State: open - Opened by sdaau almost 3 years ago - 1 comment

#57 - fix compilation warning

Pull Request - State: closed - Opened by NATHAN76543217 almost 3 years ago - 3 comments
Labels: approved, size/S

#56 - Array options (i.e -Werror -Wall becomes {"error", "all"})

Issue - State: open - Opened by a-random-lemurian almost 3 years ago - 1 comment

#55 - argparse_help_cb with no exit

Pull Request - State: closed - Opened by a-random-lemurian almost 3 years ago - 6 comments
Labels: approved, size/S

#54 - subcommand: must pass ARGPARSE_STOP_AT_NON_OPTION to argparse_init in main program

Pull Request - State: closed - Opened by cofyc almost 3 years ago - 1 comment
Labels: size/M, approved

#53 - add sub command test and example

Pull Request - State: closed - Opened by cofyc almost 3 years ago - 1 comment
Labels: approved, size/L

#52 - Version management

Issue - State: closed - Opened by M3TIOR almost 3 years ago - 2 comments

#51 - Fix `-Wlogical-not-parentheses` warning (assuming you want to check if a bit not set)

Pull Request - State: closed - Opened by FluffyFoxUwU about 3 years ago - 4 comments
Labels: size/XS, approved

#50 - chore(gitignore): Ignore .vscode

Pull Request - State: closed - Opened by a-random-lemurian about 3 years ago - 2 comments
Labels: size/XS, approved

#49 - Add ARGPARSE_IGNORE_UNKNOWN_ARGS flag

Pull Request - State: closed - Opened by handledexception about 3 years ago - 4 comments
Labels: size/XS, approved

#48 - migrate to github actions from travis ci

Pull Request - State: closed - Opened by cofyc about 3 years ago - 2 comments
Labels: size/M, approved

#47 - Add target_include_directories to CMakeLists

Pull Request - State: closed - Opened by bunjdo about 3 years ago - 3 comments
Labels: size/XS, approved

#46 - Positional arguments?

Issue - State: open - Opened by tripulse over 3 years ago - 2 comments

#45 - 可选参数的option应该怎么写?

Issue - State: open - Opened by AngusLkc over 3 years ago - 1 comment

#44 - Question: Vcpkg

Issue - State: open - Opened by wbuck almost 4 years ago

#43 - argparse.REMAINDER?

Issue - State: open - Opened by polluks almost 4 years ago

#42 - Intentionally calling argparse on an empty argumentlist should print help

Pull Request - State: closed - Opened by Falcosc almost 4 years ago - 7 comments
Labels: size/XS

#41 - Make it possible to treat non options as unknown arguments

Pull Request - State: open - Opened by Falcosc almost 4 years ago - 5 comments
Labels: needs-rebase, size/XS

#40 - Avoid MSVC 19 warnings

Pull Request - State: closed - Opened by Falcosc almost 4 years ago - 3 comments
Labels: size/XS, approved

#39 - fix test failures on darwin

Pull Request - State: closed - Opened by cofyc almost 4 years ago - 1 comment
Labels: approved, size/S

#38 - Big Sur test (zsh)

Issue - State: closed - Opened by polluks almost 4 years ago - 1 comment

#37 - Fixed portability of return code

Pull Request - State: closed - Opened by polluks almost 4 years ago - 2 comments
Labels: size/XS, approved

#36 - FP optional?

Issue - State: open - Opened by polluks almost 4 years ago - 4 comments

#35 - Refine Makefile

Pull Request - State: closed - Opened by David-Croose about 4 years ago - 3 comments
Labels: approved, size/S

#34 - Question: Can you implement subcomands using with this library?

Issue - State: open - Opened by jr-tutor over 4 years ago - 8 comments

#33 - added required options

Pull Request - State: open - Opened by mcindrich over 4 years ago - 4 comments
Labels: size/M

#32 - Required Arguments

Issue - State: open - Opened by IsaccBarker over 4 years ago - 3 comments

#31 - shutting-up useless CMake warnings

Pull Request - State: closed - Opened by aschuhardt over 4 years ago - 3 comments
Labels: size/XS, approved

#30 - subcommands

Issue - State: closed - Opened by aep almost 5 years ago - 2 comments

#29 - CMake support

Pull Request - State: closed - Opened by uis246 almost 5 years ago - 7 comments
Labels: size/M, approved

#28 - convert opt->value to union (currently it's is void *)

Issue - State: open - Opened by ydm over 5 years ago

#27 - fix all clang -Weverything warnings

Pull Request - State: closed - Opened by ydm over 5 years ago - 3 comments
Labels: needs-rebase, size/L

#26 - `--no-help` disable help, but show help currently

Pull Request - State: closed - Opened by cofyc about 6 years ago - 2 comments
Labels: approved, size/S

#25 - redesign OPT_BOOLEAN option

Issue - State: open - Opened by cofyc about 6 years ago

#24 - fix typo

Pull Request - State: closed - Opened by cofyc about 6 years ago - 2 comments
Labels: size/XS, approved

#23 - Add more faqs

Pull Request - State: closed - Opened by cofyc about 6 years ago - 2 comments
Labels: size/XS, approved

#22 - Add FAQs.md

Pull Request - State: closed - Opened by cofyc about 6 years ago - 2 comments
Labels: approved, size/S

#21 - Add CMake support

Pull Request - State: closed - Opened by hxingpax over 6 years ago - 1 comment

#20 - Fix warnings in test

Pull Request - State: closed - Opened by dumheter over 6 years ago - 1 comment

#19 - Unclear and untested callback feature

Issue - State: closed - Opened by mlabbe almost 7 years ago - 1 comment

#18 - make test compiles with warnings on gcc 5.4.0

Issue - State: closed - Opened by mlabbe almost 7 years ago - 1 comment

#17 - numeric overflow check and removed libm dependency

Pull Request - State: closed - Opened by 5frank almost 7 years ago - 1 comment

#16 - Positional arguments

Issue - State: closed - Opened by TexAgg about 7 years ago - 1 comment

#15 - docs: move name as name; add new release

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

#14 - enable support for float arguments

Pull Request - State: closed - Opened by pariasm about 7 years ago - 1 comment

#13 - add cmake script

Pull Request - State: closed - Opened by dxramax over 7 years ago - 1 comment

#12 - need for char** array type and function callbacks

Issue - State: closed - Opened by FraMecca almost 8 years ago - 1 comment

#11 - What is `OPT_NONEG` doing?

Issue - State: closed - Opened by CMCDragonkai about 8 years ago - 3 comments

#10 - Fix warnings, allow NULL usage information to be passed in

Pull Request - State: closed - Opened by FooSoft about 8 years ago - 1 comment

#9 - null pointer assignment to argv

Issue - State: closed - Opened by kkirby about 9 years ago - 1 comment

#8 - Make release tag

Issue - State: closed - Opened by msikma over 9 years ago - 3 comments

#7 - Segfault when no argument given

Issue - State: closed - Opened by yakbay over 9 years ago - 1 comment

#6 - Add describe and epilog fields

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

#5 - Description and Epilog?

Issue - State: closed - Opened by ghost about 10 years ago - 1 comment

#4 - Add C++ Compatibility

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

#3 - Why the memmove at the end of argparse ?

Issue - State: closed - Opened by uffejakobsen over 10 years ago - 3 comments

#2 - Exit status should not be 0 on error

Issue - State: closed - Opened by aburgh almost 11 years ago - 1 comment

#1 - word wrap

Issue - State: closed - Opened by lmunch over 11 years ago - 2 comments