rust-wakeonlan/src
Dustin 60dd1f72dc main: Accept addresses as command-line arguments
Now that the `MacAddress` struct can handle parsing arbitrary input
without panicking, the main entry point can accept values from the user
in the form of command-line arguments. Users can pass one or more
addresses as positional arguments to the `wakeonlan` program, and a
magic packet will be sent to each one in series.
2018-09-29 11:42:34 -05:00
..
mac.rs mac: Support parsing hyphen-separated addresses 2018-09-29 11:40:55 -05:00
magic.rs mac: Add MacAddress type 2018-08-17 20:12:52 -05:00
main.rs main: Accept addresses as command-line arguments 2018-09-29 11:42:34 -05:00