📝 CLI: better dev documentation and argument description (#438)

This commit is contained in:
Eric Doughty-Papassideris
2024-03-26 12:06:22 +01:00
committed by ericlinagora
parent 4dae950ac7
commit ad46390887
3 changed files with 36 additions and 11 deletions
-10
View File
@@ -68,16 +68,6 @@ choices (or we're using it wrong).
eval "$(bin/twake-cli completion)"
```
#### Bash completion
It's a bit awkward to do real completion from a configuration since this isn't really a node module we recommend to install globally.
This should setup a shell if you're in the right path however. It's yarg's auto generated completion though; so eg: it mixes up commands and
choices (or we're using it wrong).
```sh
eval "$(bin/twake-cli completion)"
```
### Component Framework
The backend is developed using a software component approach in order to compose and adapt the platform based on needs and constraints.