Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Moved command package to internal/command
cmd and command are confusing so to disambiguate the two, we now have
our command package moved to `internal/command`.
  • Loading branch information
sgnn7 committed Dec 6, 2018
1 parent 18c54b3 commit aaee282
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/main.go
Expand Up @@ -6,7 +6,7 @@ import (
"os"

"github.com/codegangsta/cli"
"github.com/cyberark/summon/command"
"github.com/cyberark/summon/internal/command"
"github.com/cyberark/summon/pkg/summon"
)

Expand Down
4 changes: 2 additions & 2 deletions command/README.md → internal/command/README.md
@@ -1,3 +1,3 @@
# github.com/cyberark/summon/command
# github.com/cyberark/summon/internal/command

Provides the flags and action for the Summon command-line interface.
Provides the flags and action for the Summon command-line interface.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit aaee282

Please sign in to comment.