mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 04:41:14 -03:00
Drop use of the N_ no-op for translation descriptions. Instead, tell xgettext that any token following '--description' should be translated. This should greatly speed up completion loading on platforms where fork() is slow. (Hi, OS X)
darcs-hash:20070116011828-ac50b-fb923dc877869ded4d506bbe0bc5364eea44092f.gz
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
#at
|
||||
complete -f -c at -s V -d (N_ "Display version and exit")
|
||||
complete -f -c at -s q -d (N_ "Use specified queue")
|
||||
complete -f -c at -s m -d (N_ "Send mail to user")
|
||||
complete -c at -s f -x -a "(__fish_complete_suffix (commandline -ct) '' 'At job')" -d (N_ "Read job from file")
|
||||
complete -f -c at -s l -d (N_ "Alias for atq")
|
||||
complete -f -c at -s d -d (N_ "Alias for atrm")
|
||||
complete -f -c at -s v -d (N_ "Show the time")
|
||||
complete -f -c at -s c -d (N_ "Print the jobs listed")
|
||||
complete -f -c at -s V --description "Display version and exit"
|
||||
complete -f -c at -s q --description "Use specified queue"
|
||||
complete -f -c at -s m --description "Send mail to user"
|
||||
complete -c at -s f -x -a "(__fish_complete_suffix (commandline -ct) '' 'At job')" --description "Read job from file"
|
||||
complete -f -c at -s l --description "Alias for atq"
|
||||
complete -f -c at -s d --description "Alias for atrm"
|
||||
complete -f -c at -s v --description "Show the time"
|
||||
complete -f -c at -s c --description "Print the jobs listed"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user