// Package tcsh provides tcsh completion
package tcsh import ( ) // Snippet creates the tcsh completion script. func ( *cobra.Command) string { // TODO initial version - needs to handle open quotes return fmt.Sprintf("complete \"%v\" 'p@*@`echo \"$COMMAND_LINE'\"''\"'\" | xargs %v _carapace tcsh `@@' ;", .Name(), uid.Executable()) }