Go CLI Basic

Basics of creating CLI tools:

Table of Contents

  • Deal with command line arguments
  • Deal with options of commands
  • Take standard input
  • Run commands
  • Deal with files

References