There is a unix convention that states that optional parameters are surrounded with [] so based on the description above everything after the dnvm install should be optional.
Since dnx/dnvm/aspnet is now cross platform it would be valuable to adhere to the standard convetions that is use by unix man pages
In the SYNOPSIS section. "Brackets ([]) surround optional arguments".
SYNOPSIS A brief summary of the command or function's interface.
For commands, this shows the syntax of the command and
its arguments (including options); boldface is used for
as-is text and italics are used to indicate replaceable
arguments. Brackets ([]) surround optional arguments,
vertical bars (|) separate choices, and ellipses (...)
can be repeated. For functions, it shows any required
data declarations or #include directives, followed by
the function declaration.
dnvm Usage output does not conform to cross platform docs convensions (i.e. unix docs.
There is a unix convention that states that optional parameters are surrounded with [] so based on the description above everything after the
dnvm install
should be optional.Since dnx/dnvm/aspnet is now cross platform it would be valuable to adhere to the standard convetions that is use by unix man pages
In the SYNOPSIS section. "Brackets ([]) surround optional arguments".