---
source: tests/integration/cli_interface.rs
info:
program: moonup
args:
- ls
- "--help"
---
success: true
exit_code: 0
----- stdout -----
List installed and active toolchains
Usage: moonup list [OPTIONS]
Options:
-v, --verbose... Increase logging verbosity
-q, --quiet... Decrease logging verbosity
-h, --help Print help
----- stderr -----