1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-07 11:03:15 +00:00
Files
rclone/lib/terminal
Carl Edquist a716dc2533 config, terminal: move PasswordPromptOutput from config to terminal
First, move this variable in order to avoid circular imports between
config and terminal.  (config already depends on terminal.)

But also, it seems PasswordPromptOutput conceptually fits well in
terminal, as the idea is for it to store the output for the terminal.
2022-10-06 02:45:35 -05:00
..