github.com/taubyte/tau-cli@v0.1.13-0.20240326000942-487f0d57edfc/cli/commands/resources/repository/init.go (about)

     1  package repositoryCommands
     2  
     3  import resources "github.com/taubyte/tau-cli/cli/commands/resources/common"
     4  
     5  func InitCommand(new *LibCommands) Commands {
     6  	resources.PanicIfMissingValue(new)
     7  
     8  	return &repositoryCommands{new}
     9  }