-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add a clash gen
command
#17
Comments
I like the idea, although I'm a little bit worried about the potential complexity of supporting a wide variety of languages. The sub-command name should probably be more self-explanatory though, maybe |
How about |
Personally I think it's better for composability if generating the stub is its own command that users can then combine with other functionality using the full power of their preferred shell rather than some limited configuration format. For example in bash you could do
or
|
I don't disagree that it would be a good idea to also have a command for just generating the stub, however I disagree that shell aliases are a good user interface. And also I predict that running a solution will get a lot more complex when you consider languages like Rust, where you would ideally like a cargo project with a preset |
* Allow for uppercase variable names * Explain rationale behind uppercase check in var name * Disable uppercase vars for rust stub
Add a
clash gen
command similar to https://github.com/kyuridenamida/atcoder-tools that generates the template for solving a clash in a particular language.This could deal with #13 by adding the extra text to the file.
The text was updated successfully, but these errors were encountered: