csharp
public enum ExitCodeWhat the process returns. Separating a bad command line from bad content lets a build script tell "I invoked you wrong" from "the project is wrong", which is the difference between a script to fix and an asset to fix.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (3)
SuccessIt did what was asked.
FailedThe project was read and something in it is wrong.
UsageErrorThe command line was wrong, or there is no project where one was expected.
Used by (3)
- ScaffoldRunnerVixen.Cli
- VixenCommandVixen.Cli
- VixenCommandTestsVixen.Cli.Tests