-
Notifications
You must be signed in to change notification settings - Fork 543
Use ./x instead of ./x.py in documentation #1707
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
Labels
E-easy
Difficulty: might be a good place for a beginner
Comments
@jyn514 Hi, I'd like to do this :-) but I also found that in nushell using vscode on Win10 that typing If it's ok, I will also doc the exception which comes from myself |
@rustbot claim |
sounds good :) yes unfortunately there's nothing that's going to work on every platform, but i think |
Addressed by #1710 |
tshepang
added a commit
to ferrocene/ferrocene
that referenced
this issue
Apr 19, 2025
tshepang
added a commit
to ferrocene/ferrocene
that referenced
this issue
Apr 22, 2025
tshepang
added a commit
to ferrocene/ferrocene
that referenced
this issue
Apr 22, 2025
tshepang
added a commit
to ferrocene/ferrocene
that referenced
this issue
Apr 23, 2025
ferrocene-automations bot
pushed a commit
to ferrocene/ferrocene
that referenced
this issue
Apr 24, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
./x
is the most likely to work on every system (on Unix it runs the shell script that does python version detection, on Windows it will probably run the powershell script - certainly less likely to break than./x.py
which often just opens the file in an editor).This can be done with a simple find and replace, so it's a great first issue.
#1701 (comment)
The text was updated successfully, but these errors were encountered: