// Package nushell provides Nushell completion
package nushell import ( ) // Snippet creates the nushell completion script. func ( *cobra.Command) string { return fmt.Sprintf(`let %v_completer = {|spans| %v _carapace nushell $spans | from json }`, .Name(), uid.Executable()) }