You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To avoid conflicts with different commands setting in sequence defaults values onto the same variable
To avoid side effects while using global variables inside different functions
To enable calling commands with providing the input flags in a struct
This has already been done with some commands, eg, interchain messenger deploy
Assumptions and Scope
Example Usage
Requirements:
Current Limitations
Nice to Have, but Not Required
Open Questions
The text was updated successfully, but these errors were encountered:
felipemadero
changed the title
Move each flag to a corresponding variable associated only to the given command
Move each flag to a corresponding struct instance field associated only to the given command
Dec 12, 2024
Goal
To avoid conflicts with different commands setting in sequence defaults values onto the same variable
To avoid side effects while using global variables inside different functions
To enable calling commands with providing the input flags in a struct
This has already been done with some commands, eg,
interchain messenger deploy
Assumptions and Scope
Example Usage
Requirements:
Current Limitations
Nice to Have, but Not Required
Open Questions
The text was updated successfully, but these errors were encountered: