... | ... | @@ -92,8 +92,8 @@ if awk "BEGIN {exit !($BITO_VERSION > 3.7)}"; then |
|
|
BITO_CMD_VEP="--agent create_code_doc"
|
|
|
fi
|
|
|
```
|
|
|
### 2. Verificação de Argumentos
|
|
|
O script verifica se um nome de diretório foi fornecido como argumento de linha de comando. Se não for fornecido, o script exibe uma mensagem de erro e encerra.
|
|
|
### 2. Argument Verification
|
|
|
The script checks if a directory name has been provided as a command-line argument. If it is not provided, the script displays an error message and exits.
|
|
|
|
|
|
```bash
|
|
|
if [ $# -eq 0 ]; then
|
... | ... | |