...

Source file src/edge-infra.dev/pkg/f8n/warehouse/lift/cmd/pallet/pallet.go

Documentation: edge-infra.dev/pkg/f8n/warehouse/lift/cmd/pallet

     1  package pallet
     2  
     3  import "edge-infra.dev/pkg/lib/cli/sink"
     4  
     5  func New() *sink.Command {
     6  	return &sink.Command{
     7  		Use:      "pallet",
     8  		Commands: []*sink.Command{NewInitCmd()},
     9  	}
    10  }
    11  

View as plain text