Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xrstf committed Jan 6, 2024
1 parent 1adf32a commit 2f78444
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,10 @@ Rudi comes with a standalone CLI tool called `rudi`.
Usage of rudi:
-i, --interactive Start an interactive REPL to run expressions.
-s, --script string Load Rudi script from file instead of first argument (only in non-interactive mode).
-l, --library stringArray Load additional Rudi file(s) to be be evaluated before the script (can be given multiple times).
--var stringArray Define additional global variables (can be given multiple times).
-f, --stdin-format string What data format is used for data provided on stdin, one of [raw json yaml toml]. (default "yaml")
-o, --output-format string What data format to use for outputting data, one of [raw json yaml toml]. (default "json")
-f, --stdin-format string What data format is used for data provided on stdin, one of [raw json json5 yaml yamldocs toml]. (default "yaml")
-o, --output-format string What data format to use for outputting data, one of [raw json yaml yamldocs toml]. (default "json")
--enable-funcs Enable the func! function to allow defining new functions in Rudi code.
-c, --coalesce string Type conversion handling, one of [strict pedantic humane]. (default "strict")
-h, --help Show help and documentation.
Expand Down

0 comments on commit 2f78444

Please sign in to comment.