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
tx is added to the transaction generation command
flow generate tx <name> generates a transaction template successfully
flow generate transaction <name> still works as before
- Code follows existing patterns in the codebase
Description
Add a shorter alias
txfor thegenerate transactioncommand to improve developer experience and reduce typing when generating transaction templates.Acceptance Criteria
txis added to the transaction generation commandflow generate tx <name>generates a transaction template successfullyflow generate transaction <name>still works as before