Skip to content

Commit

Permalink
docs(REPL/add): clarify the optionality of 'from'
Browse files Browse the repository at this point in the history
  • Loading branch information
tecosaur committed Oct 22, 2024
1 parent 16e88a3 commit cb06bce
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion REPL/ext/REPLMode/add.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ Optionally, the *name* and *source* can be specified using the following forms:
data> add NAME
data> add NAME from SOURCE
data> add NAME SOURCE
data> add from SOURCE
As a shorthand, `f` can be used instead of `from`.
The `from` keyword is optional, except for in the final form where only the
source is immediately provided. To include spaces in the name, use either single
or double quotes (e.g. `"name with spaces"`).
The transformers drivers used can also be specified by using a `via` argument
before `from`, with a form like so:
Expand Down

0 comments on commit cb06bce

Please sign in to comment.