{"id":51861,"library":"jawher-mow-cli","title":"mow.cli","description":"A framework for building command line applications in Go with argument parsing and validation handled by the framework.","status":"active","version":"1.2.0","language":"go","source_language":null,"source_url":"https://github.com/jawher/mow.cli","tags":["cli","command-line","arguments","parsing","framework"],"install":[{"cmd":"go get github.com/jawher/mow.cli","lang":"bash","label":"Install github.com/jawher/mow.cli"}],"dependencies":[],"imports":[{"symbol":"cli","correct":"github.com/jawher/mow.cli"}],"quickstart":{"code":"package main\n\nimport \"github.com/jawher/mow.cli\"\n\nfunc main() {\n\tapp := cli.App(\"myapp\", \"A sample CLI app\")\n\tapp.Spec = \"[-v]\"\n\tvar verbose *bool = app.BoolOpt(\"v verbose\", false, \"Enable verbose mode\")\n\tapp.Action = func() {\n\t\tif *verbose {\n\t\t\tprintln(\"Verbose mode enabled\")\n\t\t}\n\t}\n\tapp.Run(os.Args)\n}","lang":"go","description":"Minimal CLI app with a boolean flag"},"warnings":[],"env_vars":null,"search_vec":"'applic':8 'argument':12,24 'build':5 'cli':20 'command':6,22 'command-lin':21 'framework':3,19,26 'go':10 'handl':16 'line':7,23 'mow.cli':1 'pars':13,25 'valid':15","created_at":"2026-06-15T06:33:02.160281+00:00","updated_at":"2026-06-15T06:33:02.160281+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/jawher/mow.cli","github":"https://github.com/jawher/mow.cli","docs":"https://pkg.go.dev/github.com/jawher/mow.cli#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["cli"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}