1# NOTE: this file is used by the tool defined in 2# ./cmd/urfave-cli-genflags/main.go which uses the 3# `Spec` type that maps to this file structure. 4flag_types: 5 Bool: 6 Duration: 7 Float64: 8 Generic: 9 Int64: 10 Int: 11 IntSlice: 12 Int64Slice: 13 Float64Slice: 14 String: 15 Path: 16 StringSlice: 17 Uint64: 18 Uint: