How to set args of provider `date_this_moth` using cli?
See original GitHub issue- Faker version: faker 2.0.0
- OS: 4.19.85-1-MANJARO
I try to use provider date_this_moth
with arg after_today
.
Steps to reproduce
In the document:
[fake argument …]: optional arguments to pass to the fake (e.g. the profile fake takes an optional list of comma separated field names as the first argument)
So, I try:
faker date_this_month False,True faker date_this_month after_today=True faker date_this_month --after_today=True faker date_this_month --after_today faker date_this_month after_today
All these commands are not working.
Issue Analytics
- State:
- Created 4 years ago
- Comments:11 (5 by maintainers)
Top Results From Across the Web
How to bind arguments to handlers in System.CommandLine
Parameter binding up to 16 options and arguments. The following example shows how to bind options to command handler parameters, by calling ...
Read more >put-parameter — AWS CLI 1.27.33 Command Reference
For parameters in a hierarchy, you must include a leading forward slash character (/) when you create or reference a parameter.
Read more >picocli - a mighty tiny command line interface
The arguments within a file can be space-separated or newline-separated. If an argument contains embedded whitespace, put the whole argument in double or...
Read more >Command-Line Arguments (The Java™ Tutorials > Essential ...
A Java application can accept any number of arguments from the command line. This allows the user to specify configuration information when the...
Read more >Sending command line arguments to npm script - Stack Overflow
It's possible to pass args to npm run since npm 2 (2014). The syntax is as follows: ... An example of reading a...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@W1M0R, give me some time.
This issue was closed because it has been inactive for 14 days since being marked as stale.