aboutsummaryrefslogtreecommitdiff
path: root/src/cli/cli.cpp
Commit message (Collapse)AuthorAgeFilesLines
* WebProfile refactoringAqua-sama2019-11-221-92/+0
| | | | | | - Remove WebProfileManager::Profile::value - Make WebProfile constructors protected, and WebProfileManager friend class
* repl: import python moduleAqua-sama2019-03-061-2/+43
|
* Add WIP Python REPL interfaceAqua-sama2019-02-231-0/+51
- Requires Python >= 3.0.0 and linenoise or linenoise-ng - WIP: not built into the browser itself