@@ -18,7 +18,7 @@ Commands:
1818- run - run multiple copies of Artemis Cosmos
1919- version - tells the version of the tool
2020- update - updates the tool to the latest released version
21- - lib - this will build any sbslib, mastlib zip, etc. specified in a \ __ lib__ .json file
21+ - lib - this will build any sbslib, mastlib zip, etc. specified in a ` __lib__.json ` file
2222- watch - this will watch for changes in a mission and automatically rebuild libraries and addons
2323- release - Used by development, it triggers the update or creation of a release on github
2424- production - This will fetch all the missions that ship with Artemis Cosmos
@@ -67,7 +67,7 @@ To force the download of dependencies (mastlib and zip)
6767
6868### Fetch building addons etc.
6969
70- Fetch will automatically build the libraries and addons specified in the \ __ lib__ .json file in the mission
70+ Fetch will automatically build the libraries and addons specified in the ` __lib__.json ` file in the mission
7171
7272To skip building addons (mastlib and zip). This seems like it is not something that will be used much.
7373
@@ -96,7 +96,7 @@ Since this updates the running files, this occasionally fail.
9696
9797## lib
9898
99- This will build any sbslib, mastlib zip, etc. specified in a \ __ lib__ .json file
99+ This will build any sbslib, mastlib zip, etc. specified in a ` __lib__.json ` file
100100
101101Usage: sbs lib [ OPTIONS] [ FOLDER]
102102
0 commit comments