diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -49,6 +49,7 @@ Fixgen comes with the following built-in types: - int(min,max) - constants, defined using quotes I.E. `$ fixgen 'user (1): id uuiv4, name "Bob"'` - ("multiple","choices") +- increment, `$ fixgen 'user (4): id increment' -> id\n1\n2\n3\n4 ## Development - Prerequisites |