Skip to content

Commit

Permalink
fix up the package description, link into scli
Browse files Browse the repository at this point in the history
  • Loading branch information
ldemailly committed Feb 19, 2023
1 parent 12f4cd2 commit 85164c9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@

// Package cli contains utilities for command line tools and server main()s
// to handle flags, arguments, version, logging ([fortio.org/log]), etc...
// And for [ServerMain] the setup of a confimap/directory watch for flags
// and a config endpoint (uses [fortio.org/dflag]).
// Configure using the package variables (at minimum [MinArgs] unless your
// binary only accepts flags), setup additional [flag]s before calling
// [Main] or [ServerMain].
// [Main] or [fortio.org/scli.ServerMain()] for configmap and dynamic flags
// setup.
package cli // import "fortio.org/cli"

import (
Expand Down

0 comments on commit 85164c9

Please sign in to comment.