mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 05:37:36 +08:00
4 lines
120 B
Fish
4 lines
120 B
Fish
function __fish_is_first_token -d 'Test if no non-switch argument has been specified yet'
|
|
__fish_is_nth_token 1
|
|
end
|