rpaframework icon indicating copy to clipboard operation
rpaframework copied to clipboard

Add type hints to `invoke` tasks after upstream bug fixed

Open kylie-bee opened this issue 3 years ago • 0 comments

Invoke does not support keyword-only parameters or annotations because of issue #357 on the invoke repository, so we cannot currently use those types of function signature for tasks.

Once resolved, we can add type hints as necessary.

kylie-bee avatar Aug 30 '22 20:08 kylie-bee