# Copyright (C) 2026 Rootiest # SPDX-License-Identifier: AGPL-3.0-or-later # Execute docker function docker --description 'Execute docker' if test -n "$argv[1]" switch $argv[1] case ps dops $argv[2..-1] case '*' command docker $argv[1..-1] end end end