intervertir les options -a et -b. en effet, -a est susceptible d'être plus utilisé et est plus naturel
This commit is contained in:
parent
4bc810843e
commit
04f2f91d08
10
pff
10
pff
|
@ -3,8 +3,8 @@
|
|||
|
||||
SCRIPT_ALIASES=(
|
||||
pfs:-s
|
||||
pfa:-a
|
||||
pfb:-b
|
||||
pfa:-a
|
||||
pfe:-e
|
||||
pfd:-d
|
||||
)
|
||||
|
@ -209,7 +209,7 @@ supportées sont:
|
|||
défaut), le faire sans confirmation (--commit), ou ne jamais le faire
|
||||
(--no-commit)
|
||||
|
||||
-a, --add-global FILES...
|
||||
-b, --add-global FILES...
|
||||
Ajouter/Identifier un fichier comme un fichier local pour tous les
|
||||
profils. Le fichier est copié dans le profil Base.
|
||||
|
||||
|
@ -222,7 +222,7 @@ supportées sont:
|
|||
-s, --switch PROFILE [WORKDIR]
|
||||
Basculer le profil courant
|
||||
|
||||
-b, --add-local FILES...
|
||||
-a, --add-local FILES...
|
||||
Ajouter/Identifier un fichier comme un fichier local et le rendre
|
||||
spécifique au profil courant.
|
||||
-e, --edit FILES...
|
||||
|
@ -1355,11 +1355,11 @@ args=($parse_mode
|
|||
--ask-commit commit=ask
|
||||
-c,--comit commit=1
|
||||
--no-commit commit=
|
||||
-a,--add-global action=add-global
|
||||
-b,--add-global action=add-global
|
||||
--locals action=list-locals
|
||||
--profiles action=list-profiles
|
||||
-s,--switch action=switch
|
||||
-b,--add-local action=add-local
|
||||
-a,--add-local action=add-local
|
||||
-e,--edit action=edit
|
||||
-p:,--profile: profile=
|
||||
-P,--prod profile=prod
|
||||
|
|
Loading…
Reference in New Issue