File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -102,12 +102,20 @@ Thanks to [vs-picgo](https://github.com/Spades-S/vs-picgo) && [Spades-S](https:/
102102
103103#### Manage uploader configs
104104
105- Since v1.8.0, PicGo-Core supports multiple configurations per uploader. Just like the configuration of Electron version of PicGo.
105+ Since v1.8.0, PicGo-Core supports multiple configurations per uploader. Just like the configuration of the Electron version of PicGo.
106106
107- You can use ` picgo set uploader <type> [name] [ configName] ` to configure different uploader configurations.
107+ You can use ` picgo set uploader <type> [configName] ` to configure different uploader configurations.
108108
109109And you can use ` picgo use uploader <type> [configName] ` to switch between different uploader configurations.
110110
111+ For example:
112+
113+ ``` bash
114+ picgo set uploader github Test
115+
116+ picgo use uploader github Test
117+ ```
118+
111119For more details, you can use ` picgo uploader -h ` to check the help of uploader management:
112120
113121``` bash
You can’t perform that action at this time.
0 commit comments