main
Tom Limoncelli 5 years ago
parent 7a4368def7
commit 228f1c9c58

@ -1575,13 +1575,14 @@ Compiler messages you might see:
#### Everything else #### Everything else
Compile the code and worth through any errors it finds. Most should Compile the code and work through any errors. Most should
relate to issues listed above. relate to issues listed above.
Once it compiles, test the command. Make sure `-h` displays help Once it compiles, test the command. Review the output of `-h` or any
properly, then try various flags and subcommands. help messages to verify they match the intended flags and subcommands.
Then test the program itself.
If you find anything not covered by this document please let us know If you find any issues not covered by this document please let us know
by submitting a comment on by submitting a comment on
[Issue 921](https://github.com/urfave/cli/issues/921) [Issue 921](https://github.com/urfave/cli/issues/921)
so that others can benefit. so that others can benefit.

Loading…
Cancel
Save