aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2023-12-26 15:46:04 -0600
committerMarc Coquand <marc@mccd.space>2023-12-26 15:46:04 -0600
commitc75ab6042f40f9101e88d41c1d41b5e41c3f12ef (patch)
treed21b6771833e07b6f4b6cb58c4fbce109485d7c8 /README.md
parent508c7c9b34a892d74d087f1ef5d54d16fa000551 (diff)
downloadfixgen-c75ab6042f40f9101e88d41c1d41b5e41c3f12ef.tar.gz
fixgen-c75ab6042f40f9101e88d41c1d41b5e41c3f12ef.tar.bz2
fixgen-c75ab6042f40f9101e88d41c1d41b5e41c3f12ef.zip
Add increment type
Diffstat (limited to '')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index c4026b0..fc407ed 100644
--- a/README.md
+++ b/README.md
@@ -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