Trending repository
30 days of Python programming challenge is a step-by-step guide to learn the Python programming language in 30 days. This challenge may take more than100 days, follow your own pace.
-
Updated
Jul 28, 2022 - Python


Currently the aptos CLI prompts you whenever you're doing something potentially risky. To avoid this you can pass
--assume-yesbut this gets old very fast for people who are used to CLIs just executing their commands without confirming. It'd be nice to have some way to set something in the config that effectively enables--assume-yesfor every command.