You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
complete-c korg_gcc -n"__fish_seen_subcommand_from install"-x-s H -l host-arch -d"The host architecture to download/install toolchains for"-a'aarch64 x86_64'
36
36
complete-c korg_gcc -n"__fish_seen_subcommand_from install"-x-s t -l targets -d"Toolchain targets to download"-a'(__korg_gcc_get_targets)'
37
37
complete-c korg_gcc -n"__fish_seen_subcommand_from install"-x-s v -l versions -d"Toolchain versions to download"-a'(__korg_gcc_get_versions)'
38
-
complete-c korg_gcc -n"__fish_seen_subcommand_from install"-x-l download-folder -d"Folder to store downloaded tarballs"-a'(__fish_complete_directories (commandline -ct))'
39
-
complete-c korg_gcc -n"__fish_seen_subcommand_from install"-x-l install-folder -d"Folder to store extracted toolchains for use"-a'(__fish_complete_directories (commandline -ct))'
38
+
complete-c korg_gcc -n"__fish_seen_subcommand_from install"-x-l download-folder -d"Folder to store downloaded tarballs"-a'(__fish_complete_directories)'
39
+
complete-c korg_gcc -n"__fish_seen_subcommand_from install"-x-l install-folder -d"Folder to store extracted toolchains for use"-a'(__fish_complete_directories)'
complete-c korg_llvm -n"__fish_seen_subcommand_from install"-f-s c -l clean-up-old-versions -d"Clean up older version of toolchains"
20
20
complete-c korg_llvm -n"__fish_seen_subcommand_from install"-x-s H -l host-arch -d"The host architecture to download/install toolchains for"-a'aarch64 x86_64'
21
21
complete-c korg_llvm -n"__fish_seen_subcommand_from install"-x-s v -l versions -d"Toolchain versions to download"-a'(__korg_llvm_get_versions)'
22
-
complete-c korg_llvm -n"__fish_seen_subcommand_from install"-x-l download-folder -d"Folder to store downloaded tarballs"-a'(__fish_complete_directories (commandline -ct))'
23
-
complete-c korg_llvm -n"__fish_seen_subcommand_from install"-x-l install-folder -d"Folder to store extracted toolchains for use"-a'(__fish_complete_directories (commandline -ct))'
22
+
complete-c korg_llvm -n"__fish_seen_subcommand_from install"-x-l download-folder -d"Folder to store downloaded tarballs"-a'(__fish_complete_directories)'
23
+
complete-c korg_llvm -n"__fish_seen_subcommand_from install"-x-l install-folder -d"Folder to store extracted toolchains for use"-a'(__fish_complete_directories)'
0 commit comments