bitcanon / mactool

Simplify MAC Address tasks using this command-line application written in Go.
MIT License
1 stars 0 forks source link

Interactive mode #1

Closed bitcanon closed 1 year ago

bitcanon commented 1 year ago

When running a command in interactive mode, for example:

mactool extract

or

mactool lookup

It would be helpful to print some kind of help text to the user, like (on Unix systems):

Paste your text and press CTRL + D when done:

When running on Windows:

Paste your text and press CTRL + Z when done:

Print to stdout so the help text won't propagate to stdin of piped commands.