ajout de la commande xwebapp

This commit is contained in:
Jephté Clain 2015-06-21 10:26:44 +04:00
parent accfaaada7
commit 4d0b734ebb
1 changed files with 4 additions and 2 deletions

View File

@ -80,6 +80,7 @@ COMMANDS
xdrop
xsync
xwhereis
xwebapp
Chacune de ces commandes est un raccourci vers la commande
correspondante de git annex, sans le préfixe 'x'
xcopy
@ -117,7 +118,7 @@ SCRIPT_ALIASES=(
pcrone:crone
pxx:annex
pxa:xadd pxu:xunlock pxc:xcopy pxd:xdrop pxm:xmove
pxg:xget pxs:xsync pxw:xwhereis
pxg:xget pxs:xsync pxw:xwhereis pxwa:xwebapp
pxinitial:xinitial
pnew:new
pgr:grep
@ -147,13 +148,14 @@ CMD_ALIASES=(
xg:xget
xs:xsync
xw:xwhereis
xwa:xwebapp
gr:grep
)
DEFAULT_CMD=status
PY_CMDS=(new)
VCS_CMDS=(getvcs getroot getrepos geturl vcs add remove copy move mkdir commit status update push diff tag)
SH_CMDS=(pver pdev prel pfix pz)
GITANNEX_CMDS=(annex xadd xunlock xcopy xdrop xmove xget xsync xwhereis xinitial)
GITANNEX_CMDS=(annex xadd xunlock xcopy xdrop xmove xget xsync xwhereis xwebapp xinitial)
ML_CMDS=(printml addml)
if [ "$#" -eq 1 -a "$1" == --nutools-makelinks ]; then