mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-23 02:41:14 -03:00
5 lines
86 B
Fish
5 lines
86 B
Fish
# localization: skip(private)
|
|
function __fish_print_cmd_args
|
|
commandline -pxc
|
|
end
|