Releases: LightYourWay/ma-tools
Releases · LightYourWay/ma-tools
v0.2.1
First working alpha version of ma-tools
ready to be tested and tooled around with by operators & developers. 🎉
It only supports a very minimal featureset of three functions right now:
ma.cli()
- opens text input and asks for cmdma.cli("cd /")
- parses input and executes thema-tools
functionma.cli{"Printf", Version()}
- directly executes thema-tools
functionma.cli(true)
- opens popup over and overma.cli("Fixture 1")
- selects Fixture 1ma.ui.gotoSequ(display_handle, 1)
- spawns Goto Popup for Sequ 1ma.utils.dump(table)
- returns string to allow for printing tables
Have fun! ✨