type Flags struct {
ArgsJSON string `default:"" flag:"args-json" info:"arguments in JSON-Cadence format"`
BlockID string `default:"" flag:"block-id" info:"block ID to execute the script at"`
BlockHeight uint64 `default:"" flag:"block-height" info:"block height to execute the script at"`
}