Saves help for each command in the namespace
into a separate file in the target
directory.
artisan lara-asp-documentator:commands [--defaults] [--] <namespace> <target>
The namespace of the commands.
Directory to save generated files. It will be created if not exist. All files/directories inside it will be removed otherwise.
Include application default arguments/options like --help
, etc.