flow-cli
flow-cli copied to clipboard
Add `tx` alias for transaction `generate` command
Description
Add a shorter alias tx for the generate transaction command to improve developer experience and reduce typing when generating transaction templates.
Acceptance Criteria
- The alias
txis added to the transaction generation command flow generate tx <name>generates a transaction template successfullyflow generate transaction <name>still works as before- Code follows existing patterns in the codebase