Open
Conversation
6e44e09 to
52193ec
Compare
391bf2b to
d3c766a
Compare
Configure command line parsing. Implemented `chcpu`. mcookie: fix "unused import" warning in test lslocks: add missing #[cfg(target_os = "linux")] build.rs: remove coreutils stuff chore(Cargo.toml): update edition from 2021 to 2024 to leverage new features and improvements style(script.rs): reorder imports for better readability and consistency fix(script.rs): update deprecation warning message formatting for clarity chore(test_script.rs): remove unnecessary trailing whitespace for cleaner code feat(script): add support for the `script` command on Linux systems refactor(script): restructure code to improve readability and maintainability fix(script): update error messages for clarity and consistency test(script): add tests for various functionalities and edge cases in the script command chore(script.rs): remove unnecessary empty line at the end of the file to maintain code cleanliness fix(Cargo.toml): resolve merge conflicts and remove duplicate entries for syscall-numbers dependency fix(chcpu.rs): clean up imports by removing unnecessary duplicate entries for clap crate refactor(script.rs): move uumain function implementation to reduce code duplication and improve maintainability style(Cargo.toml): adjust formatting for alignment and consistency in dependency declarations to enhance readability refactor(script.rs): move uumain function to the correct location for better organization and readability chore(script.rs): remove deprecated code related to the -t option to clean up the codebase and improve maintainability refactor(script.rs): consolidate platform-specific code under a single module for better organization and maintainability feat(script.rs): implement command line argument parsing in the run function to enhance script execution flexibility chore(script.rs): remove unnecessary empty line at the end of the file to maintain code cleanliness fix(script.rs): correct the type casting of TIOCSCTTY in ioctl call to match expected type and prevent potential issues
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixes #97