ProB Cli: Difference between revisions

No edit summary
No edit summary
Line 2: Line 2:
[[Category:ProB Cli]]
[[Category:ProB Cli]]


The ProB Cli offers many of the ProB features via command-line. As such, you can run ProB from your shell scripts or in your Makefiles.
The ProB Cli (command-line interface) offers many of the ProB features via command-line. As such, you can run ProB from your shell scripts or in your Makefiles. probcli contains a REPL (Read-Eval-Print-Loop) and you can also integrate probcli into an editor such as vim.


== Documentation ==
== Documentation ==

Revision as of 07:29, 19 February 2015


The ProB Cli (command-line interface) offers many of the ProB features via command-line. As such, you can run ProB from your shell scripts or in your Makefiles. probcli contains a REPL (Read-Eval-Print-Loop) and you can also integrate probcli into an editor such as vim.

Documentation

User Manual

Developer Manual