Skip to content

Commit

Permalink
Update README text on command options
Browse files Browse the repository at this point in the history
  • Loading branch information
povik committed Dec 16, 2024
1 parent 6533270 commit c71a945
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ Or, alternatively, you load the plugin at runtime with the `plugin` command:

plugin -i slang

After the plugin has been loaded, the frontend is invoked with the `read_slang` command. The command accepts standard slang options, see `help read_slang` and [slang documentation](https://www.sv-lang.com/command-line-ref.html).
After the plugin has been loaded, the frontend is invoked with the `read_slang` command.

For a full documentation of the command options, see `help read_slang`. The command understands standard [slang options](https://www.sv-lang.com/command-line-ref.html) in addition to other options.

Sample usage:

Expand Down

0 comments on commit c71a945

Please sign in to comment.