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

lUSB-cli 1.0.0 #1

Merged
merged 29 commits into from
Aug 27, 2023
Merged

lUSB-cli 1.0.0 #1

merged 29 commits into from
Aug 27, 2023

Conversation

sammypanda
Copy link
Owner

Disabling (detaching kernel driver) and enabling (attaching kernel driver) USB devices.

build it with: cargo build --release
try it out with: ./lusb-cli [verb] [index]

getting a feel for the libusb library - descriptive strings print unfinished
finished 'descriptive strings print' mentioned in d1051b7
used with rustup (rootful)
mod.rs for /cli instead of cli.rs, super keyword for modules inside cli/, using cli_devices.rs as a proxy to talk to more specific modules in main.rs, functional approach to handling cli parsing
would be a good idea to move as much of it as possible out of the main.rs into a dedicated identifier parser, maybe in cli_devices.rs
does not pass on to respective verb functions at this stage
less custom functionality, more clap methods used
reason: the emoticon for devices not working is usually not monospace
@sammypanda sammypanda merged commit ac1a36d into main Aug 27, 2023
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.

None yet

1 participant