-
Notifications
You must be signed in to change notification settings - Fork 86
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
Rename env.rs
to args.rs
or cli.rs
.
#1291
Comments
This currently follows The module is about inspection of the kernel's environment, be it via kernel arguments or environment variables or boot information or similar. I'd suggest keeping it as is and making sure it's properly documented. |
But This is in general rather confusing, an example:
|
Exactly,
Being a top-level module in does not imply exposition to the user.
Yes, most system calls live in |
I understand the reasoning behind the name, but I still don't think it is a good one. The name is IMHO already strongly associated with another concept. I propose one of the following:
|
My association of the name
env
would be environment variables. However,env.rs
is only about kernel parameters/the CLI.I suggest renaming
env.rs
toargs.rs
orcli.rs
The text was updated successfully, but these errors were encountered: