configure icon indicating copy to clipboard operation
configure copied to clipboard

added `description` to cli commands

Open hzakher opened this issue 4 years ago • 0 comments
trafficstars

allowing users to defined description for cli flags.

type Config struct {
  StrFlag1 string `cli:"flag1" description:"this is a test description for the cli flag"`
}

hzakher avatar Sep 20 '21 09:09 hzakher