Mikael Magnusson
398b4b7477
Some typo fixes
2026-05-07 19:40:20 +02:00
Mikael Magnusson
d4d30592c2
_tmuxp: typo expl
2026-05-03 04:19:53 +02:00
Mikael Magnusson
7a2db2fe49
_yarn: return values and _wanted
2026-05-03 04:19:53 +02:00
Mikael Magnusson
21621f3458
_tsc: remove stray backslash
2026-05-03 04:19:53 +02:00
Mikael Magnusson
8dd06dfaaf
_sbt: add missing ret=0
2026-05-03 04:19:53 +02:00
Mikael Magnusson
96420d8c73
_pm2: consistent capitalization
2026-05-03 04:19:53 +02:00
Mikael Magnusson
32cff31cca
_nano: set ret=0 for all the state stuff
2026-05-03 04:19:53 +02:00
Mikael Magnusson
41d22dc6e4
_mcookie: more useful heading for -m
2026-05-03 04:19:53 +02:00
Mikael Magnusson
4be40305ba
_kitchen: don't use bare compadd
2026-05-03 04:19:53 +02:00
Mikael Magnusson
9a94ecb9c9
_hledger: fix bogus -A option placement
...
It got offered as a completion instead
2026-05-03 04:19:53 +02:00
Mikael Magnusson
f916eeb8a3
_fallocate: mutually exclusive options
...
-n is disallowed with -c, and implied with -d/-p, so there's no point passing it there
2026-05-03 04:19:53 +02:00
Mikael Magnusson
ef53598cbd
_bundle: remove nonsensical -A options
2026-05-03 04:19:53 +02:00
Mikael Magnusson
c4d76587ae
Remove the 'this' from 'show this help and exit' in completers
2026-05-03 04:19:41 +02:00
Mikael Magnusson
5879b07714
_chmem: update with new options
2026-05-03 04:18:54 +02:00
Mikael Magnusson
d5bf7ae200
_chcpu: improve help text for cpu list
2026-05-03 04:18:54 +02:00
Mikael Magnusson
cf98cc27ba
_cask: update a bit
...
It's unclear to me what arguments link actually takes from the
documentation so no attempt there.
2026-05-03 04:18:54 +02:00
Mikael Magnusson
8d536db182
_bower: fix completing options
...
the (--foo)--foo is harmless but redundant and makes things hard to
read, we only need that syntax when we want to prevent an option being
completed together with *another* option, such as the instance with
(-t --token){-t,--token} where _arguments doesn't know those do the same
thing.
2026-05-03 04:18:21 +02:00
Mikael Magnusson
c3b4d582a0
Various fixes, remove _zargs already upstream
...
Many movings of local inside the actual functions.
Add many missing local and remove -g(!).
Fix namespacing of some parameters and functions, phases() in _scala was nice.
2012-06-10 02:41:57 +02:00