mirror of
https://github.com/rclone/rclone.git
synced 2025-08-10 06:09:44 +02:00
config: show more user friendly names of custom types in ui
This commit is contained in:
@@ -495,7 +495,7 @@ func ChooseOption(o *fs.Option, name string) string {
|
||||
case uint, byte, uint16, uint32, uint64:
|
||||
what = "unsigned integer"
|
||||
default:
|
||||
what = fmt.Sprintf("%T value", o.Default)
|
||||
what = fmt.Sprintf("value of type %s", o.Type())
|
||||
}
|
||||
}
|
||||
var in string
|
||||
|
Reference in New Issue
Block a user