commit 43e4eb1bf2ab96fb4ea1fb53f993913df354db94 from: Stefan Sperling date: Sun Aug 29 07:28:01 2021 UTC Add got(1) command tab-completion for ksh(1) to EXAMPLES section. Suggested by Clint Pachl, thanks! commit - 27b75514d9b1c8e9f188ef9c483760647a8c1b72 commit + 43e4eb1bf2ab96fb4ea1fb53f993913df354db94 blob - 0dcc266a93cd2bf21804499b69922111b8658e0a blob + f269d7f82aee7041447dac1e79ba86526f0d252c --- got/got.1 +++ got/got.1 @@ -2426,6 +2426,13 @@ file. .Sh EXIT STATUS .Ex -std got .Sh EXAMPLES +Enable tab-completion of +.Nm +command names in +.Xr ksh 1 : +.Pp +.Dl $ set -A complete_got -- $(got -h 2>&1 | sed -n s/commands://p) +.Pp Clone an existing Git repository for use with .Nm . .Pp