From b5af299f15931df913c09c9c5f7c9ed94e25f5f4 Mon Sep 17 00:00:00 2001 From: stein Date: Tue, 19 Jun 2018 10:07:55 +0100 Subject: [PATCH] Remove help docs from repo --- README.md | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/README.md b/README.md index 2959fdf..67a1974 100644 --- a/README.md +++ b/README.md @@ -19,32 +19,3 @@ Clone team repos Clone organisation repos github-org-clone -o MyOrg - -```bash -NAME: -github-org-clone - clone github team repos - -USAGE: - $ github-org-clone -o MyOrg -t MyTeam - -VERSION: -0.0.1 - -DESCRIPTION: -A simple cli to clone all the repos managed by a github team - -AUTHOR: -Stein Fletcher - -COMMANDS: -help, h Shows a list of commands or help for one command - -GLOBAL OPTIONS: ---org value, -o value github organisation ---team value, -t value github team ---username value, -u value github username [$GITHUB_USER, $GITHUB_USERNAME] ---token value, -k value github personal access token [$GITHUB_TOKEN, $GITHUB_API_KEY, $GITHUB_PERSONAL_ACCESS_TOKEN] ---dir value, -d value directory to clone into (default: "src") ---help, -h show help ---version, -v print the version -```