Skip to content

Commit

Permalink
🧹 remove github user command (#51)
Browse files Browse the repository at this point in the history
fixes  #24

For this change to work fully we also need
mondoohq/cnquery#202

Signed-off-by: Christoph Hartmann <chris@lollyrock.com>

Signed-off-by: Christoph Hartmann <chris@lollyrock.com>
  • Loading branch information
chris-rock authored Oct 7, 2022
1 parent b667cef commit 614271e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions apps/cnspec/cmd/scan.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,6 @@ configure your Azure credentials and have SSH access to your instances.`,
"github-org": {
Short: "Scan a GitHub organization",
},
"github-user": {
Short: "Scan a GitHub user",
},
"github-repo": {
Short: "Scan a GitHub repository",
},
Expand Down
5 changes: 1 addition & 4 deletions apps/cnspec/cmd/shell.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,12 +176,9 @@ configure your Azure credentials and have SSH access to your instances.`,
"github": {
Short: "Connect to a GitHub organization or repository",
},
"gitlab-org": {
"github-org": {
Short: "Connect to a GitHub organization",
},
"github-user": {
Short: "Connect to a GitHub user",
},
"github-repo": {
Short: "Connect to a GitHub repository",
},
Expand Down

0 comments on commit 614271e

Please sign in to comment.