mirror of
				https://github.com/sammy-ette/Hilbish
				synced 2025-08-10 02:52:03 +00:00 
			
		
		
		
	fix: only try to change directory if one was provided
This commit is contained in:
		
							parent
							
								
									511c734eed
								
							
						
					
					
						commit
						5c9a117985
					
				| @ -6,7 +6,7 @@ commander = require 'commander' | ||||
| ansikit = require 'ansikit' | ||||
| 
 | ||||
| commander.register("cd", function (path) | ||||
| 	if path then | ||||
| 	if #path == 1 then | ||||
| 		fs.cd(path[1]) | ||||
| 	end | ||||
| end) | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user