Removed --yes option for remove command

This commit is contained in:
Dimitris Zlatanidis 2023-03-01 23:20:52 +02:00
parent aad492bc64
commit cf207fba1e
3 changed files with 2 additions and 4 deletions

View file

@ -97,7 +97,7 @@ Suivi des dépendances des paquets.
-y, --yes -y, --yes
.RS .RS
Répondre \fBOui\fP à toutes les questions. (à utiliser avec: -u, update, -U, upgrade, -L, clean-logs, -b, build, Répondre \fBOui\fP à toutes les questions. (à utiliser avec: -u, update, -U, upgrade, -L, clean-logs, -b, build,
-i, install, -d, download, -R, remove) -i, install, -d, download) (Non utilisé avec -R, supprimer pour des raisons de sécurité)
.RE .RE
.P .P
-j, --jobs -j, --jobs

View file

@ -100,7 +100,7 @@ Tracking the packages dependencies.
.B -y, --yes .B -y, --yes
.RS .RS
Answer Yes to all questions. (to be used with: -u, update, -U, upgrade, -L, clean-logs, -b, build, Answer Yes to all questions. (to be used with: -u, update, -U, upgrade, -L, clean-logs, -b, build,
-i, install, -d, download, -R, remove) -i, install, -d, download,) (Not used with -R, remove for security reasons)
.RE .RE
.P .P
.B -j, --jobs .B -j, --jobs

View file

@ -167,8 +167,6 @@ class Argparse(Configs):
self.flag_short_directory self.flag_short_directory
], ],
'remove': [ 'remove': [
self.flag_yes,
self.flag_short_yes,
self.flag_resolve_off, self.flag_resolve_off,
self.flag_short_resolve_off, self.flag_short_resolve_off,
self.flag_search, self.flag_search,