Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
SFTPGO-GEN-COMPLETION-BASH(1)	 SFTPGo	Manual	 SFTPGO-GEN-COMPLETION-BASH(1)

NAME
       sftpgo-gen-completion-bash  -  Generate	the  autocompletion script for
       bash

SYNOPSIS
       sftpgo gen completion bash

DESCRIPTION
       Generate	the autocompletion script for the bash shell.

       This script depends on the 'bash-completion' package.  If it is not in-
       stalled already,	you can	install	it via your OS's package manager.

       To load completions in your current shell session:

       $ source	<(sftpgo gen completion	bash)

       To load completions for every new session, execute once:

       Linux:
	 $ sudo	sftpgo gen completion bash  >  /usr/share/bash-completion/com-
       pletions/sftpgo

       MacOS:
	 $  sudo  sftpgo  gen  completion  bash	 > /usr/local/etc/bash_comple-
       tion.d/sftpgo

       You will	need to	start a	new shell for this setup to take effect.

OPTIONS
       -h, --help[=false]      help for	bash

SEE ALSO
       sftpgo-gen-completion(1)

SFTPGo 2.6.6			   Apr 2025	 SFTPGO-GEN-COMPLETION-BASH(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=sftpgo-gen-completion-bash&sektion=1&manpath=FreeBSD+Ports+14.3.quarterly>

home | help