fix(mv): bring header and completions up to repo conventions #103

Merged
rootiest merged 1 commits from fix-mv-header-conformance into main 2026-08-14 20:02:54 +00:00
+3 -3
View File
@@ -20,12 +20,12 @@
# args... Arguments forwarded to standard mv # args... Arguments forwarded to standard mv
# #
# EXIT STATUS # EXIT STATUS
# 0 Operation succeeded # 0 Operation succeeded
# >0 Standard mv failure, or failed to collapse directory # >0 Standard mv failure, or failed to collapse directory
# #
# EXAMPLE # EXAMPLE
# mv ~/.config/btop/themes/themes ~/.config/btop/themes # mv ~/.config/btop/themes/themes ~/.config/btop/themes
function mv --description 'Move files with auto-collapse for nested directories' function mv --wraps='mv' --description 'Move files with auto-collapse for nested directories'
# Opinionated guard (C1): fall back to bare command mv when disabled. # Opinionated guard (C1): fall back to bare command mv when disabled.
if not __fish_config_op_enabled __fish_config_op_aliases if not __fish_config_op_enabled __fish_config_op_aliases
command mv $argv command mv $argv