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

feat: implement script command #266

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

botirk38
Copy link

@botirk38 botirk38 commented Mar 21, 2025

fixes #97

@botirk38 botirk38 force-pushed the main branch 5 times, most recently from 6e44e09 to 52193ec Compare March 27, 2025 14:38
@botirk38 botirk38 force-pushed the main branch 2 times, most recently from 210c81c to 391bf2b Compare April 1, 2025 19:26
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement script
1 participant