mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
3 lines
120 B
Fish
3 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
|