tlctl has the following available command: > Available Commands: > help Display help about a command > load Show cluster load information > session Manage sessions For "load" and "session" tab completion works just fine, but not for "help". I took a quick look into our option parser and the "help" command is implicitly added whenever there is a subcommand to a script. This might be the reason why it is missed by our tab completion.