mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-30 09:21:11 -03:00
5 lines
150 B
Fish
5 lines
150 B
Fish
# localization: skip(private)
|
|
function __fish_is_first_token -d 'Test if no non-switch argument has been specified yet'
|
|
__fish_is_nth_token 1
|
|
end
|