about summary refs log tree commit diff
path: root/fish/functions/__xtools_complete_archs.fish
blob: 6a1165d7f833cce8da54ea3f0b2bbc13e92a863f (plain) (blame)
1
2
3
function __xtools_complete_archs
    printf %s\n {aarch64,armv{6,7}l,i686,x86_64}{,-musl}\tArchitecture
end