2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-01-27 20:25:12 +00:00
fish-shell/share/functions/__fish_is_token_n.fish
2021-08-01 18:59:45 +02:00

3 lines
129 B
Fish

function __fish_is_token_n --description 'Test if current token is on Nth place' --argument-names n
fish_is_nth_token $n
end