idank / explainshell

match command-line arguments to their help text
GNU General Public License v3.0
12.98k stars 778 forks source link

Breaks explaining docker #297

Open Emmanuel-Messulam opened 2 years ago

Emmanuel-Messulam commented 2 years ago

sudo docker run -it --rm --runtime nvidia --network host -v ${PWD}:/home/nvidia/ -w /home/nvidia trt_example is the command.

Semmu commented 1 year ago

Kinda funny considering this tool also uses Docker heavily 😄