Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
Merge pull request #695 from michelleN/remove-search
Browse files Browse the repository at this point in the history
remove un-used search command
  • Loading branch information
Michelle Noorali committed Apr 5, 2019
2 parents 0af346e + a9869c5 commit a3a8047
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 163 deletions.
1 change: 0 additions & 1 deletion cmd/duffle/root.go
Expand Up @@ -48,7 +48,6 @@ func newRootCmd(outputRedirect io.Writer) *cobra.Command {
cmd.AddCommand(newListCmd(outLog))
cmd.AddCommand(newPullCmd(outLog))
cmd.AddCommand(newPushCmd(outLog))
cmd.AddCommand(newSearchCmd(outLog))
cmd.AddCommand(newVersionCmd(outLog))
cmd.AddCommand(newInstallCmd(outLog))
cmd.AddCommand(newStatusCmd(outLog))
Expand Down
132 changes: 0 additions & 132 deletions cmd/duffle/search.go

This file was deleted.

30 changes: 0 additions & 30 deletions cmd/duffle/search_test.go

This file was deleted.

0 comments on commit a3a8047

Please sign in to comment.