mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-09 06:15:15 +08:00
4 lines
56 B
Fish
4 lines
56 B
Fish
function __fish_print_cmd_args
|
|
commandline -pxc
|
|
end
|