mirror of
https://github.com/gsi-upm/senpy
synced 2025-04-19 03:09:08 +00:00
This commit adds a new mechanism to handle parameters beforehand in chained calls, and the ability to get help on available parameters in chained calls (through `?help`). It also includes tests for this feature. Closes #51