question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 4 years ago
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
maleficecommented, Sep 11, 2020

@W1M0R, give me some time.

image

0reactions
github-actions[bot]commented, Apr 21, 2022

This issue was closed because it has been inactive for 14 days since being marked as stale.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found