Update on Overleaf.

This commit is contained in:
nb72soza Bittner
2025-06-10 18:02:04 +00:00
committed by node
parent 4ee948b5c3
commit 4db2ade0ab

View File

@@ -687,7 +687,3 @@ The data fuzzing component internally wraps \texttt{pytest}, leveraging the stru
\subsection*{Extensibility}
The \gls{cli} is designed with extensibility as a primary concern. Adding new commands requires minimal effort: developers only need to create a new subfolder, define a \texttt{run()} function, and register the new command in the main \gls{cli} dispatcher. Moreover, the \gls{cli} is completely decoupled from the core library logic, ensuring that library users are not forced to depend on the \gls{cli} subsystem and vice versa.