2
0
mirror of https://github.com/meganz/MEGAcmd synced 2025-08-22 01:47:24 +00:00
MEGAcmd/contrib/docs/commands/autocomplete.md
2024-06-27 20:32:31 +02:00

442 B

autocomplete

Modifes how tab completion operates.

Usage: autocomplete [dos | unix]

The default is to operate like the native platform. However
you can switch it between mode 'dos' and 'unix' as you prefer.
Options:
 dos	Each press of tab places the next option into the command line
 unix	Options are listed in a table, or put in-line if there is only one

Note: this command is only available on some versions of Windows