mirror of
https://github.com/gsi-upm/senpy
synced 2025-06-08 01:22:20 +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