2
0
mirror of https://github.com/meganz/MEGAcmd synced 2025-08-22 18:07:09 +00:00
MEGAcmd/contrib/docs/commands/autocomplete.md

14 lines
442 B
Markdown
Raw Permalink Normal View History

2024-07-18 16:04:25 +02:00
### autocomplete
Modifes how tab completion operates.
Usage: `autocomplete [dos | unix]`
<pre>
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
</pre>