fish-shell/share/functions/__fish_is_first_token.fish
2024-02-27 16:25:01 +01:00

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