forked from toolshed/abra
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			335 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			335 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
function complete_abra_args
 | 
						|
    set -l cmd (commandline -poc) --generate-shell-completion
 | 
						|
    $cmd
 | 
						|
end
 | 
						|
complete -c abra -f -n "not __fish_seen_subcommand_from -h --help -v --version complete_abra_args" -a "(complete_abra_args)"
 | 
						|
complete -c abra -f -s h -l help -d 'show help'
 | 
						|
complete -c abra -f -s v -l version -d 'print the version'
 |