-
Updated
Apr 8, 2022 - Rust
argument-parser
Here are 374 public repositories matching this topic...
-
Updated
Feb 27, 2022 - TypeScript
-
Updated
Apr 6, 2022 - Kotlin
Examples
-
Updated
Apr 2, 2022 - C++
-
Updated
Mar 28, 2022 - C++
-
Updated
Jul 22, 2021 - C++
The decorator would allow the use of async functions by running them using loop.run_until_complete. This should be implemented in a way that doesn't prevent execution if asyncio isn't present. (import within the decorator will do)
I guess there is no real consistent scheme, but quite a few tools capitalize the help section headers.
So maybe a flag could be added to do the same when using kotlin-argparser.
So showiing
Usage: [-h] [-a] IMAGE-DIRECTORY MARKDOWN-FILES...
Optional arguments:
-h, --help show this help message and exit
-a, --auto Automatically remove orphan images
Position
-
Updated
Jan 6, 2022 - C++
Apparently GoDoc cannot show documentation for exported methods of un-exported structs, and it makes no sense to export parser
and/or command
, thus this project should provide its own documentation page.
Add more examples
-
Updated
Feb 4, 2022 - C#
-
Updated
Apr 9, 2022 - C++
-
Updated
Apr 6, 2022 - TypeScript
-
Updated
Feb 2, 2022 - C++
-
Updated
Mar 24, 2022 - PHP
-
Updated
Mar 16, 2022 - Rust
-
Updated
Jan 4, 2019 - Objective-C
TAP works very slow:
to reproduce
from tap import Tap
from argparse import ArgumentParser
from profilehooks import profile, timecall
class SimpleArgumentParser(Tap):
name: str # Your name
language: str = 'Python' # Programming language
package: str = 'Tap' # Package name
stars: int # Number of stars
max_stars: int = 5 # Maximum stars
@profile(dirs=T
-
Updated
Mar 13, 2022 - C++
-
Updated
Jan 21, 2021 - C++
-
Updated
Oct 1, 2021 - Julia
-
Updated
Feb 17, 2022 - Rust
-
Updated
Feb 4, 2020 - Swift
-
Updated
Jan 25, 2021 - C++
-
Updated
Jun 1, 2020 - C++
-
Updated
Aug 5, 2021 - C++
-
Updated
Oct 9, 2018 - TypeScript
Improve this page
Add a description, image, and links to the argument-parser topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the argument-parser topic, visit your repo's landing page and select "manage topics."
An example directory of common usage patterns