[ALL] Update codex
This commit is contained in:
@@ -59,6 +59,11 @@ function update_others {
|
||||
echo "-- CLAUDE"
|
||||
claude --update
|
||||
fi
|
||||
|
||||
if [ -x "$(command -v codex)" ]; then
|
||||
echo "-- CODEX"
|
||||
codex update
|
||||
fi
|
||||
}
|
||||
|
||||
if [[ $* == *--help* ]]; then
|
||||
|
||||
Reference in New Issue
Block a user