mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 17:07:44 +00:00
4 lines
56 B
Fish
4 lines
56 B
Fish
|
function __fish_print_cmd_args
|
||
|
commandline -poc
|
||
|
end
|