Vixen
02b45cc4
csharp
public enum ExitCode

What 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)

  • Success

    It did what was asked.

  • Failed

    The project was read and something in it is wrong.

  • UsageError

    The command line was wrong, or there is no project where one was expected.

Used by (3)

  • ScaffoldRunnerVixen.Cli
  • VixenCommandVixen.Cli
  • VixenCommandTestsVixen.Cli.Tests