reujab / silver

A cross-shell customizable powerline-like prompt with icons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Broken dependency (confy)

amomchilov opened this issue · comments

error[E0061]: this function takes 2 arguments but 1 argument was supplied
  --> src/main.rs:19:9
   |
19 |         confy::load("silver")
   |         ^^^^^^^^^^^ -------- supplied 1 argument
   |         |
   |         expected 2 arguments

error: aborting due to previous error

For more information about this error, try `rustc --explain E0061`.
error: failed to compile `silver v1.1.0 (https://github.com/reujab/silver#942e90b2)`

Confy changed the signature of confy::load in rust-cli/confy#37