Skip to content
GitLab
Explorer
Connexion
Navigation principale
Rechercher ou aller à…
Projet
lektor
Gestion
Activité
Membres
Labels
Programmation
Tickets
Tableaux des tickets
Jalons
Code
Requêtes de fusion
Dépôt
Branches
Validations
Étiquettes
Graphe du dépôt
Comparer les révisions
Compilation
Pipelines
Jobs
Planifications de pipeline
Artéfacts
Aide
Aide
Support
Documentation de GitLab
Comparer les forfaits GitLab
Forum de la communauté GitLab
Contribuer à GitLab
Donner votre avis
Raccourcis clavier
?
Extraits de code
Groupes
Projets
Afficher davantage de fils d'Ariane
Kubat
lektor
Requêtes de fusion
!64
Resolve "Installation"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Fusionnées
Resolve "Installation"
install
vers
master
Vue d'ensemble
0
Validations
7
Pipelines
0
Modifications
11
Fusionnées
Kubat
a demandé de fusionner
install
vers
master
Il y a 5 ans
Vue d'ensemble
0
Validations
7
Pipelines
0
Modifications
11
Closes
#18 (closed)
Modification effectuée
Il y a 5 ans
par
Kubat
0
0
Rapports de requête de fusion
Comparer
master
version 6
f1246cd9
Il y a 5 ans
version 5
b0d97f90
Il y a 5 ans
version 4
b80455f2
Il y a 5 ans
version 3
0fa2e54c
Il y a 5 ans
version 2
29d49d6d
Il y a 5 ans
version 1
ab6e4f29
Il y a 5 ans
master (base)
et
dernière version
dernière version
b3efe604
7 validations,
Il y a 5 ans
version 6
f1246cd9
6 validations,
Il y a 5 ans
version 5
b0d97f90
5 validations,
Il y a 5 ans
version 4
b80455f2
4 validations,
Il y a 5 ans
version 3
0fa2e54c
3 validations,
Il y a 5 ans
version 2
29d49d6d
2 validations,
Il y a 5 ans
version 1
ab6e4f29
1 validation,
Il y a 5 ans
11 files
+
162
−
151
En ligne
Comparer les modifications
Côte à côte
En ligne
Afficher les modifications des espaces
Afficher un fichier à la fois
Fichiers
11
inc/lektor/cmd.h
+
4
−
0
Afficher le fichier @ b3efe604
Modifier dans l'éditeur de fichier unique
Ouvrir dans Web EDI
Afficher le fichier complet
@@ -17,8 +17,12 @@ typedef void (*lkt_cmd_callback)(struct lkt_cmd_args *);
struct
lkt_cmd_opt
{
const
char
*
name
;
lkt_cmd_callback
call
;
const
char
*
help
;
struct
lkt_cmd_opt
*
sub
;
};
/* Parse the command line with the list of options. No parameter may be NULL.
Does not return. */
noreturn
void
lkt_cmd_parse
(
struct
lkt_cmd_opt
*
opts
,
int
argc
,
const
char
**
argv
,
void
(
*
help
)(
void
));
void
lkt_cmd_help
(
struct
lkt_cmd_opt
*
opts
,
const
char
*
name
);
Chargement en cours