Update autodocAI authored by Ramicés dos Santos Silva's avatar Ramicés dos Santos Silva
...@@ -92,8 +92,8 @@ if awk "BEGIN {exit !($BITO_VERSION > 3.7)}"; then ...@@ -92,8 +92,8 @@ if awk "BEGIN {exit !($BITO_VERSION > 3.7)}"; then
BITO_CMD_VEP="--agent create_code_doc" BITO_CMD_VEP="--agent create_code_doc"
fi fi
``` ```
### 2. Verificação de Argumentos ### 2. Argument Verification
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. 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 ```bash
if [ $# -eq 0 ]; then if [ $# -eq 0 ]; then
... ...
......