Option
public struct Option
extension Option: CustomStringConvertible
extension Option: Comparable
Option to control bahaviour of Beancount
-
name of the option
Declaration
Swift
public let name: String -
value the option should be set to
Declaration
Swift
public let value: String -
Initializes a Option
Declaration
Swift
public init(name: String, value: String)Parameters
namename of the option
valuevalue the option should be set to
-
Declaration
Swift
public var description: String { get } -
Declaration
Swift
public static func < (lhs: Option, rhs: Option) -> Bool
View on GitHub
Install in Dash
Option Structure Reference