flags
Here are 243 public repositories matching this topic...
-
Updated
Jun 12, 2020 - PHP
Unless I've misunderstood the documentation, it doesn't seem like it's possible to have an arbitrary number of trailing arguments.
Let's say you want to write your own version of cat(1).
Based on the documentation, it seems like I should be able to use flaggy.TrailingArguments to get at the list of zero or more input files.
Unfortunately, if you actually try to use trailing arguments
Feature Request
I'd like to display what the package does on the help message.
Example:
app.js: Displays some stuff and does cool things.
Usage: ...
P.S. Any ways to attach more information to the end of help message?
-
Updated
May 22, 2020
-
Updated
Jun 17, 2020 - C
Using the AWS CLI illustrates how useful that would be, as it's basically impossible to discover how to use it unless you already know exactly what you're looking for. Something like a --help[=<foo>] would be excellent.
-
Updated
Jun 17, 2020 - JavaScript
Currently we're tied to spf13/pflag due to two things.
First, we're using Annotations. It would be trivial to remove them and rely on whether the Value implements Type() and check the prefix for dyn_.
Secondly, and less trivially, the interfaces for pflag.Value and flag.Value don't match, as well as the types of Flag.
https://godoc.org/flag#Flag
https://godoc.org/flag#Value
vs
h
-
Updated
May 29, 2020 - Go
-
Updated
Mar 25, 2020 - Swift
-
Updated
Nov 19, 2018 - Go
-
Updated
Nov 23, 2019 - C#
-
Updated
Jun 14, 2020 - TypeScript
-
Updated
Jun 12, 2020 - CSS
-
Updated
Dec 2, 2019 - PHP
Improve this page
Add a description, image, and links to the flags topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the flags topic, visit your repo's landing page and select "manage topics."


The tarball for the latest release (https://files.pythonhosted.org/packages/source/a/absl-py/absl-py-0.9.0.tar.gz) does not include the CHANGELOG.md file. This probably needs a change to MANIFEST.in unless I am mistaken.