Skip to content

Commit 24919fe

Browse files
committed
Add documentation for the list users command
1 parent bd6bf9f commit 24919fe

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

en/admin/console_commands.md

+13
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Custom to wallabag:
3535
- `wallabag:install`: (re)Install wallabag
3636
- `wallabag:tag:all`: Tag all entries for a user using his/her tagging rules.
3737
- `wallabag:user:show`: Shows the details for a user.
38+
- `wallabag:user:list`: List all existing users.
3839
- `wallabag:entry:reload`: Reload entries.
3940

4041
wallabag:clean-duplicates
@@ -156,6 +157,18 @@ Arguments:
156157
- username: User to show details for.
157158

158159

160+
wallabag:user:list
161+
------------------
162+
163+
This command list all existing users.
164+
165+
Usage:
166+
167+
```
168+
wallabag:user:list
169+
```
170+
171+
159172
wallabag:entry:reload
160173
---------------------
161174

fr/admin/console_commands.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Spécifique à wallabag:
3939
- `wallabag:install`: (ré)Installer wallabag
4040
- `wallabag:tag:all`: Tagger tous les articles pour un utilisateur ou une utilisatrice en utilisant ses règles de tags automatiques.
4141
- `wallabag:user:show`: Affiche les détails d'un utilisateur.
42+
- `wallabag:user:list`: Liste les utilisateurs existants.
4243
- `wallabag:entry:reload`: Recharge le contenu des articles.
4344

4445
wallabag:clean-duplicates
@@ -158,7 +159,19 @@ wallabag:user:show <username>
158159

159160
Arguments:
160161
- username: Utilisateur à afficher.
161-
162+
163+
164+
wallabag:user:list
165+
------------------
166+
167+
Cette commande vous permet de lister les utilisateurs existants.
168+
169+
Utilisation:
170+
171+
```
172+
wallabag:user:list
173+
```
174+
162175

163176
wallabag:entry:reload
164177
---------------------

0 commit comments

Comments
 (0)