2025-09-29 09:30:35 +02:00
|
|
|
# localization: skip(private)
|
2006-02-12 23:14:21 +10:00
|
|
|
function __fish_is_first_token -d 'Test if no non-switch argument has been specified yet'
|
2022-02-09 09:46:07 +01:00
|
|
|
__fish_is_nth_token 1
|
2006-02-12 23:14:21 +10:00
|
|
|
end
|