From 8431ab9211ff42b28795128eb457c99ab76996a7 Mon Sep 17 00:00:00 2001 From: ConnorSkees <39542938+ConnorSkees@users.noreply.github.com> Date: Fri, 29 May 2020 18:40:53 -0400 Subject: [PATCH] add features to readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index a0dd471..da3d5ec 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,17 @@ css imports @each inside @function ``` +## Features + +### commandline +(enabled by default): build a binary using clap + +### random +(enabled by default): enable the builtin functions `random([$limit])` and `unique-id()` + +In the future this feature will be removed when it is no longer necessary to rely on `rand` for +random numbers. + ## Testing As much as possible this library attempts to follow the same [philosophy for testing as