FuelLabs/sway
View on GitHubConsider showing full output in `forc parse-bytecode` example
Open
#1,474 opened on May 4, 2022
The Sway Bookgood first issue
Repository metrics
- Stars
- (61,702 stars)
- PR merge metrics
- (Avg merge 22h 6m) (16 merged PRs in 30d)
Description
Related: #1467
The updated example in the parse bytecode page uses the counter example which spits out a long output. For now this long output is manually truncated.
We can consider showing the full output if we want to, in case the example is unclear - ideally if we have some way to hide/show the output, as discussed here