aztfmod/rover

Implement the help command

オープン

#59 opened on 2020/07/23

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Shell (148 件のフォーク)auto 404
good first issuehelp wanted

Repository metrics

Stars
 (176 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド