mirror of
				https://github.com/sammy-ette/Hilbish
				synced 2025-08-10 02:52:03 +00:00 
			
		
		
		
	fix: add -c description
This commit is contained in:
		
							parent
							
								
									0acae37704
								
							
						
					
					
						commit
						05f5bbcfdd
					
				
							
								
								
									
										2
									
								
								main.go
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								main.go
									
									
									
									
									
								
							| @ -46,7 +46,7 @@ func main() { | ||||
| //	parser := argparse.NewParser("hilbish", "A shell for lua and flower lovers") | ||||
| 	verflag := getopt.BoolLong("version", 'v', "Prints Hilbish version") | ||||
| 	setshflag := getopt.BoolLong("setshellenv", 'S', "Sets $SHELL to Hilbish's executed path") | ||||
| 	cmdflag := getopt.StringLong("command", 'c', "", /*TODO: Help description*/ "") | ||||
| 	cmdflag := getopt.StringLong("command", 'c', "", "Executes a command on startup") | ||||
| 	configflag := getopt.StringLong("config", 'C', defaultconfpath, "Sets the path to Hilbish's config") | ||||
| 	getopt.BoolLong("login", 'l', "Makes Hilbish act like a login shell") | ||||
| 	getopt.BoolLong("interactive", 'i', "Force Hilbish to be an interactive shell") | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user