fh icon indicating copy to clipboard operation
fh copied to clipboard

Make `fh init` take a language option.

Open vic opened this issue 1 year ago • 1 comments

It would be nice if fh init could take some CLI option like --lang rust (or any other supported handler) because people will tend to initialize a flake on an empty directory.

For a rust project, I created a directory and had to touch an empty Cargo.toml before running fh init -- and wont even have cargo on my PATH until the flake is ready.

What do you think? I'd love to contribute this.

vic avatar Oct 25 '23 10:10 vic