aztfmod/rover

Implement the help command

开放

#59 创建于 2020年7月23日

 (0 条评论) (0 个反应) (0 位负责人)Shell (148 个派生)auto 404
good first issuehelp wanted

仓库指标

星标
 (176 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

There is an initial implementation to display the help for the rover --clone. This issue extends the implementation to the other commands available

Proposed approach:

rover --help to display all commands available rover --clone --help to display the clone command rover --landingzone -h or rover -lz --help to display the landingzone help command

When an a value is missing for a given attribute the rover displays the example and the detailed explanation of the attribute. For example rover --clone-branch requires to set the name of the branch. The rover will fails and display the examples and the detailed explanation of the --clone-branch

贡献者指南