allow alternative inputs in workflow #35
Labels
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: public/icepick#35
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
this would help loading inputs for
icepick workflow sol generate-nonce-account
, since it expectsauthorization_address
, buticepick workflow sol generate-wallet
givespubkey
.Implemented. Instead of
- type: either
, we instead have added thealiases:
field. That way, it doesn't have to be an enum. Avoids complexity.