Skip to content

Commit

Permalink
Remove access command (#301)
Browse files Browse the repository at this point in the history
Remove access as code
  • Loading branch information
rmennes committed Feb 20, 2024
1 parent 661e980 commit 843a1b9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 105 deletions.
104 changes: 0 additions & 104 deletions cmd/access.go

This file was deleted.

1 change: 0 additions & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ func newRootCmd(version string, exit func(int)) *rootCmd {
root.cmd = rootCmd

initRunCommand(rootCmd)
initAccessCommand(rootCmd)
initInfoCommand(rootCmd)

return root
Expand Down

0 comments on commit 843a1b9

Please sign in to comment.