adding custom config library, can read/write TOML, started config validation
This commit is contained in:
		
							
								
								
									
										12
									
								
								client/clientcmd/ignore.go
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								client/clientcmd/ignore.go
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,12 @@
 | 
			
		||||
package clientcmd
 | 
			
		||||
 | 
			
		||||
import (
 | 
			
		||||
	"fmt"
 | 
			
		||||
	"os"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
//IgnoreFiles ignores file(s)/folder based on name/wildcard, etc
 | 
			
		||||
func IgnoreFiles() error {
 | 
			
		||||
	fmt.Println("File/folder/wildcard to ignore", os.Args[2])
 | 
			
		||||
	return nil
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user