Fork of daniellemaywood.uk/gleam — Wasm codegen work
2

Configure Feed

Select the types of activity you want to include in your feed.

Remove leftover references to structopt

+1 -1
+1 -1
compiler-cli/src/main.rs
··· 179 179 package: String, 180 180 181 181 /// Add the package as a dev-only dependency 182 - #[structopt(long)] 182 + #[clap(long)] 183 183 dev: bool, 184 184 }, 185 185