Skip to content

0xbe1/aptos-pprint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aptos pprint

Version

With debug::print(&b"aptos debug made easy") in code.

Before 🤯

$ aptos move test
...
[debug] (&) [97, 112, 116, 111, 115, 32, 100, 101, 98, 117, 103, 32, 109, 97, 100, 101, 32, 101, 97, 115, 121]
[debug] (&) { [97, 112, 116, 111, 115, 32, 100, 101, 98, 117, 103, 32, 109, 97, 100, 101, 32, 101, 97, 115, 121] }

After 😇

$ aptos move test | aptos-pprint
...
[debug] (&) aptos debug made easy
[debug] (&) { aptos debug made easy }

Install

cargo install aptos-pprint

About

aptos move test | aptos-pprint

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages