Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[swiftc] Add completion spec #537

Open
2 of 3 tasks
FaroukZeino opened this issue Aug 29, 2021 · 9 comments
Open
2 of 3 tasks

[swiftc] Add completion spec #537

FaroukZeino opened this issue Aug 29, 2021 · 9 comments

Comments

@FaroukZeino
Copy link
Contributor

@FaroukZeino FaroukZeino commented Aug 29, 2021

Sanity checks

  • My issue relates to a specific CLI completion spec (e.g. git checkout is missing options in git completion spec). If your issue is more general, please create your issue here: withfig/fig
  • I have searched github.com/withfig/autocomplete/issues and there are no duplicates of my issue
  • I would like to work on this.

What CLI tool does this relate to?

swiftc

Which statement makes the most sense?

This completion spec does not exist

Issue Details

Add support for the Swift compiler.

@mschrage mschrage changed the title swiftc [swiftc] Add completion spec Aug 30, 2021
@HarryET
Copy link

@HarryET HarryET commented Oct 1, 2021

Hi! I can have a look into this if it hasn't already been done?

@FaroukZeino
Copy link
Contributor Author

@FaroukZeino FaroukZeino commented Oct 1, 2021

@HarryET Yes, nothing has been done yet. You can check /src directory there still no swiftc.ts file. Also there is no pull request to add it.

@HarryET
Copy link

@HarryET HarryET commented Oct 1, 2021

Okay, I'll try do it then. Looks likes there is loads of args to add for swift/swiftc :)

@FaroukZeino
Copy link
Contributor Author

@FaroukZeino FaroukZeino commented Oct 1, 2021

Yeah, do you have an idea of where I can a list of all commands and arguments for it?

@HarryET
Copy link

@HarryET HarryET commented Oct 1, 2021

Yeah, do you have an idea of where I can a list of all commands and arguments for it?

I've just done swiftc --help

@HarryET
Copy link

@HarryET HarryET commented Oct 1, 2021

If you wanted to have a go instead I don't mind?

@FaroukZeino
Copy link
Contributor Author

@FaroukZeino FaroukZeino commented Oct 1, 2021

Yeah, do you have an idea of where I can a list of all commands and arguments for it?

I've just done swiftc --help

Yeah I know about this, I was wondering if there is a webpage that lists all of them at once.

@FaroukZeino
Copy link
Contributor Author

@FaroukZeino FaroukZeino commented Oct 1, 2021

If you wanted to have a go instead I don't mind?

No no, just go ahead 😅
I have just finished adding auto completion for another tool and I feel very tired.

@fedeci
Copy link
Member

@fedeci fedeci commented Oct 1, 2021

@HarryET Good luck 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
4 participants