diff --git a/source/dub/commandline.d b/source/dub/commandline.d index 49b3448..881e2a4 100644 --- a/source/dub/commandline.d +++ b/source/dub/commandline.d @@ -590,7 +590,7 @@ /** Checks if the app arguments are present. Returns: - A list of arguments that are present after `--` argument + true if an -- argument is given with arguments after it, otherwise false */ @property bool hasAppArgs() { return m_appArgs.length > 0; } @@ -651,7 +651,7 @@ } /** Returns the list of unprocessed arguments, including the app arguments - and calls `dropAllArgs`. + and resets the list of available source arguments. */ string[] extractAllRemainingArgs() {