2
0
mirror of https://github.com/meganz/MEGAcmd synced 2025-09-05 16:25:08 +00:00
Files
MEGAcmd/docs/commands/help.md
Diego Ximenez 00cdc516f5 Use runtime flags instead of preprocessor for the help command
Add the argument `--show-all-options` that shows all help output
regardless of platform. This command is used by the python script so all
help options are present in the doc files
2024-06-14 11:46:28 +02:00

483 B

help

Prints list of commands

Usage: help [-f|-ff|--non-interactive|--upgrade|--paths] [--show-all-options]

Options:
 -f 	Include a brief description of the commands
 -ff	Get a complete description of all commands
 --non-interactive  Display information on how to use MEGAcmd with scripts
 --upgrade          Display information on PRO plans
 --paths            Show caveats of local and remote paths
 --show-all-options Display all options regardless of platform