Перейти к файлу
t-etfali 3f57b2130a Fixing bin naming 2020-08-19 10:24:23 -07:00
main Minor error fixing pt3 2020-08-19 10:05:10 -07:00
.gitignore Basic logging (#4) 2020-07-31 15:45:02 -07:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2020-07-21 12:28:48 -07:00
HandlerManifest.json Structure (#7) 2020-08-13 09:55:13 -07:00
LICENSE Initial LICENSE commit 2020-07-21 12:28:49 -07:00
Makefile Fixing bin naming 2020-08-19 10:24:23 -07:00
README.md Basic logging (#4) 2020-07-31 15:45:02 -07:00
SECURITY.md Initial SECURITY.md commit 2020-07-21 12:28:52 -07:00
test.json DCR functionality and basic fail commands 2020-08-19 09:34:12 -07:00

README.md

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Building the Binaries

To run the program, you should use the make build_all command. This will create a "bin" directory and then put executables for all supported operating systems into the folder.

For usage information, run the binary with the help flag ie (--h or --help)