Skip to content

Commit eabe714

Browse files
committed
Update README for help changes
1 parent 63e6827 commit eabe714

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Then run `ari` for a REPL or `ari --help` to see CLI options.
2929
- Configure the output format with `--output-format` or using one of the `)output.` system commands at the REPL. Formats include CSV/TSV, JSON, Markdown, and LaTeX.
3030
- `ari.p` is bound to the previous result (value from last evaluation at the REPL)
3131
- Alternatively run `ari` with `--raw` for a simpler, raw REPL that lacks line editing, history, and auto-complete, but is better suited for interaction via an editor like (Neo)Vim, or if you prefer rlwrap or another line editor to the one that ships with ari.
32+
- `help` based on Goal's, but allows adding help strings when used dyadically (e.g.,`"sql.q"help"Run SQL query"`)
3233
- New Goal functions:
3334
- `http.` functions for HTTP requests using [Resty]
3435
- `sql.` functions for SQL queries and commands
@@ -49,9 +50,9 @@ See [CHANGES.md](CHANGES.md) for recent changes.
4950

5051
Non-exhaustive list:
5152

52-
- TODO: Test coverage (Go reports 14% coverage, currently minimal Goal-level testing as well)
53+
- TODO: Test coverage
5354
- TODO: System functions to switch between rich and raw REPL `)repl.rich` and `)repl.raw`
54-
- TODO: System function for extensible `)help`
55+
- TODO: System function for cross-mode extensible `)help`
5556
- TODO: Consider which of ari's functions should be pervasive; review Goal's approach and implement
5657
- TODO: BUG When using `-l` flag, loaded files aren't completely evaluated. Evaluation stops partway through and it's not immediately clear why.
5758
- TODO: BUG `json.tbl` produces improper zero values when keys are missing. Where possible, column lists should be of uniform type and not generic if the data allows for it.

0 commit comments

Comments
 (0)