github.com/taubyte/tau-cli@v0.1.13-0.20240326000942-487f0d57edfc/cli/commands/resources/library/import.go (about) 1 package library 2 3 import ( 4 "github.com/taubyte/tau-cli/cli/common" 5 "github.com/urfave/cli/v2" 6 ) 7 8 func (l link) Import() common.Command { 9 return common.Create( 10 &cli.Command{ 11 Action: l.cmd.Import, 12 }, 13 ) 14 }