aztfmod/rover

Implement auto-complete to display the commands available

Open

#58 opened on Jul 23, 2020

 (0 comments) (0 reactions) (0 assignees)Shell (148 forks)auto 404
good first issuehelp wanted

Repository metrics

Stars
 (176 stars)
PR merge metrics
 (PR metrics pending)

Description

This issue implements an auto-completion feature in the rover to simplify the discovery of the commands available

When typing rover the rover would display the rover modes available like --landingzone --clone --help

When type rover --landingzone it would display the landingzone attributes -a -launchpad -env --help

Contributor guide