From c75ab6042f40f9101e88d41c1d41b5e41c3f12ef Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Tue, 26 Dec 2023 15:46:04 -0600 Subject: Add increment type --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') 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 -- cgit v1.2.3