Commit Diff
--- 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