Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 676 Bytes

cli.md

File metadata and controls

19 lines (15 loc) · 676 Bytes
title goimport gosource
Golang vanity URL page / meta for fortio.org/cli

Fortio's cli a shell for command line tool (see scli for extension into server's main()).

It abstracts the repetitive parts of a main() command line tool, flag parsing, usage, etc...

See github/fortio/cli

This page also for making

 go get fortio.org/cli

and godoc work.

Back to fortio.org