Improved docs

This commit is contained in:
2021-11-01 20:43:25 +01:00
parent 2dc96cdf3d
commit 124b236182
133 changed files with 4731 additions and 4693 deletions

View File

@@ -13,12 +13,9 @@ cpl **R** *<project>*
## Description
The command can be used to publish a project of type "console" or "library".
Removes a project reference and the files from workspace.
The publish command builds the source files and then creates an ```setup.py``` with data from ```cpl.json```.
The command executes the ```setup.py``` and removes all source files with the ```setup.py``` from the 'publish/' directory.
Generated files of ```setup.py``` are in the 'publish/setup/' directory.
If you call the command in a CPL workspace, you can use the project names. Otherwise the paths of the projects must be specified.
## Arguments