#1 urfave/cli
Package cli provides a minimal framework for creating and organizing command line Go applications.
Package ofxgo seeks to provide a library to make it easier to query and/or parse financial information with OFX from the comfort of Golang, without having to deal with marshalling/unmarshalling the SGML or XML.
Health score 47/100, confidence 80/100.
| Latest version | v0.1.3 |
| Imported by | 22 packages |
| Stars | 0 |
| Forks | 0 |
| Last activity | 4 years ago |
| Latest release | Unknown |
| License | Unknown |
| Known vuln records | 0 |
| Symbol | Kind | Synopsis |
|---|---|---|
| AcctInfo | Type | type AcctInfo struct{ ... } |
| AcctInfo.BankAcctInfo | Field | BankAcctInfo *BankAcctInfo |
| AcctInfo.CCAcctInfo | Field | CCAcctInfo *CCAcctInfo |
| AcctInfo.Desc | Field | Desc String |
| AcctInfo.InvAcctInfo | Field | InvAcctInfo *InvAcctInfo |
| AcctInfo.Name | Field | Name String |
| AcctInfo.Phone | Field | Phone String |
| AcctInfo.PrimaryHolder | Field | PrimaryHolder HolderInfo |
| AcctInfo.SecondaryHolder | Field | SecondaryHolder HolderInfo |
| AcctInfo.XMLName | Field | XMLName xml.Name |
| AcctInfoRequest | Type | type AcctInfoRequest struct{ ... } |
| AcctInfoRequest.CltCookie | Field | CltCookie String |
Package cli provides a minimal framework for creating and organizing command line Go applications.
Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces.
Struct-based argument parsing in Go.
Unified querying, transformation, and modification of JSON, TOML, YAML, XML, INI, HCL, KDL and CSV.
Package kong aims to support arbitrarily complex command-line structures with as little developer effort as possible.
Package cli provides a framework to build command line applications in Go with most of the burden of arguments parsing and validation placed on the framework instead of the user.
Package cli provides a minimal framework for creating and organizing command line Go applications.
Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces.
Struct-based argument parsing in Go.
Unified querying, transformation, and modification of JSON, TOML, YAML, XML, INI, HCL, KDL and CSV.
Package kong aims to support arbitrarily complex command-line structures with as little developer effort as possible.