mirror of
https://github.com/rclone/rclone.git
synced 2025-08-18 09:30:03 +02:00
Implement password Option and re-implement editing
Editing now shows all the options for the fs and asks one at a time whether they should be changed.
This commit is contained in:
9
fs/fs.go
9
fs/fs.go
@@ -66,10 +66,11 @@ type RegInfo struct {
|
||||
|
||||
// Option is describes an option for the config wizard
|
||||
type Option struct {
|
||||
Name string
|
||||
Help string
|
||||
Optional bool
|
||||
Examples OptionExamples
|
||||
Name string
|
||||
Help string
|
||||
Optional bool
|
||||
IsPassword bool
|
||||
Examples OptionExamples
|
||||
}
|
||||
|
||||
// OptionExamples is a slice of examples
|
||||
|
Reference in New Issue
Block a user