File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ TODO list.
99
99
- [o] faker.provider.phone_number
100
100
- [ ] faker.provider.profile
101
101
- [ ] faker.provider.python
102
- - [ ] faker.provider.ssn
102
+ - [o ] faker.provider.ssn
103
103
- [o] faker.provider.user_agent
104
104
105
105
API document
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ Avairable subcommand:
19
19
phone_number, phoneNumber
20
20
job
21
21
name
22
+ user_agent, userAgent
23
+ ssn
22
24
23
25
Avairable locale:
24
26
en_US
@@ -43,6 +45,7 @@ proc main(args: seq[string]): int =
43
45
of " job" : echo fake.job ()
44
46
of " name" : echo fake.name ()
45
47
of " user_agent" , " userAgent" : echo fake.userAgent ()
48
+ of " ssn" : echo fake.ssn ()
46
49
of " -h" , " --help" : echo usage
47
50
else :
48
51
stderr.writeLine subcmd & " is not supported."
You can’t perform that action at this time.
0 commit comments