You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@vic I'm definitely intrigued by this idea! And I think it'd be reasonably straightforward to pull it off. I'll experiment a bit and see what I come up with 😄
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 runningfh init
-- and wont even have cargo on my PATH until the flake is ready.What do you think? I'd love to contribute this.
The text was updated successfully, but these errors were encountered: