You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running manostool.exe --init, the application dies with a stacktrace if no AppName is given:
.\manostool.exe --init
manos --init
This will initialize a new application with the supplied name.
error while initializing application:
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException()
at System.Collections.Generic.List1.get_Item(Int32 index) at Manos.Tool.Driver.Init(IList1 args) in C:\Users\dwierenga\Desktop\jacksonh-manos-313e9a8\src\manostool\Driver.cs:line 138
However the ShowHelp mentions nothing about needing an argument:
./manostool -h init
manos usage is: manos [command] [options]
When running manostool.exe --init, the application dies with a stacktrace if no AppName is given:
However the ShowHelp mentions nothing about needing an argument:
-h, -?, --help
--init, -i
--server, -s
--docs, -d
--build, -b
--show-environment, --se
The text was updated successfully, but these errors were encountered: